Interface ListS3ResourcesResponse.Builder

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

public static interface ListS3ResourcesResponse.Builder extends MacieResponse.Builder, SdkPojo, CopyableBuilder<ListS3ResourcesResponse.Builder,ListS3ResourcesResponse>
  • Method Details

    • s3Resources

      (Discontinued) A list of the associated S3 resources returned by the action.

      Parameters:
      s3Resources - (Discontinued) A list of the associated S3 resources returned by the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Resources

      (Discontinued) A list of the associated S3 resources returned by the action.

      Parameters:
      s3Resources - (Discontinued) A list of the associated S3 resources returned by the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Resources

      (Discontinued) A list of the associated S3 resources returned by the action.

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

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

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

      (Discontinued) When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

      Parameters:
      nextToken - (Discontinued) When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.