Interface DescribeBucketsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeBucketsResponse.Builder,DescribeBucketsResponse>, Macie2Response.Builder, SdkBuilder<DescribeBucketsResponse.Builder,DescribeBucketsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeBucketsResponse

public static interface DescribeBucketsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<DescribeBucketsResponse.Builder,DescribeBucketsResponse>
  • Method Details

    • buckets

      An array of objects, one for each bucket that matches the filter criteria specified in the request.

      Parameters:
      buckets - An array of objects, one for each bucket that matches the filter criteria specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buckets

      An array of objects, one for each bucket that matches the filter criteria specified in the request.

      Parameters:
      buckets - An array of objects, one for each bucket that matches the filter criteria specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • buckets

      An array of objects, one for each bucket that matches the filter criteria specified in the request.

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

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

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

      The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

      Parameters:
      nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.