Interface GroupResourcesResponse.Builder

  • Method Details

    • succeeded

      A list of Amazon resource names (ARNs) of the resources that this operation successfully added to the group.

      Parameters:
      succeeded - A list of Amazon resource names (ARNs) of the resources that this operation successfully added to the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • succeeded

      GroupResourcesResponse.Builder succeeded(String... succeeded)

      A list of Amazon resource names (ARNs) of the resources that this operation successfully added to the group.

      Parameters:
      succeeded - A list of Amazon resource names (ARNs) of the resources that this operation successfully added to the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failed

      A list of Amazon resource names (ARNs) of any resources that this operation failed to add to the group.

      Parameters:
      failed - A list of Amazon resource names (ARNs) of any resources that this operation failed to add to the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failed

      A list of Amazon resource names (ARNs) of any resources that this operation failed to add to the group.

      Parameters:
      failed - A list of Amazon resource names (ARNs) of any resources that this operation failed to add to the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failed

      A list of Amazon resource names (ARNs) of any resources that this operation failed to add to the group.

      This is a convenience method that creates an instance of the FailedResource.Builder avoiding the need to create one manually via FailedResource.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to failed(List<FailedResource>).

      Parameters:
      failed - a consumer that will call methods on FailedResource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pending

      A list of Amazon resource names (ARNs) of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources operation, and checking the Resources array in the response and the Status field of each object in that array.

      Parameters:
      pending - A list of Amazon resource names (ARNs) of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources operation, and checking the Resources array in the response and the Status field of each object in that array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pending

      A list of Amazon resource names (ARNs) of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources operation, and checking the Resources array in the response and the Status field of each object in that array.

      Parameters:
      pending - A list of Amazon resource names (ARNs) of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources operation, and checking the Resources array in the response and the Status field of each object in that array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pending

      A list of Amazon resource names (ARNs) of any resources that this operation is still in the process adding to the group. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources operation, and checking the Resources array in the response and the Status field of each object in that array.

      This is a convenience method that creates an instance of the PendingResource.Builder avoiding the need to create one manually via PendingResource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pending(List<PendingResource>).

      Parameters:
      pending - a consumer that will call methods on PendingResource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: