Interface DisassociateS3ResourcesResponse.Builder

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

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

    • failedS3Resources

      (Discontinued) S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic. An error code and an error message are provided for each failed item.

      Parameters:
      failedS3Resources - (Discontinued) S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic. An error code and an error message are provided for each failed item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedS3Resources

      DisassociateS3ResourcesResponse.Builder failedS3Resources(FailedS3Resource... failedS3Resources)

      (Discontinued) S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic. An error code and an error message are provided for each failed item.

      Parameters:
      failedS3Resources - (Discontinued) S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic. An error code and an error message are provided for each failed item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failedS3Resources

      (Discontinued) S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic. An error code and an error message are provided for each failed item.

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

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

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