public static interface DisassociateS3ResourcesResponse.Builder extends MacieResponse.Builder, SdkPojo, CopyableBuilder<DisassociateS3ResourcesResponse.Builder,DisassociateS3ResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateS3ResourcesResponse.Builder |
failedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic.
|
DisassociateS3ResourcesResponse.Builder |
failedS3Resources(Consumer<FailedS3Resource.Builder>... failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic.
|
DisassociateS3ResourcesResponse.Builder |
failedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateS3ResourcesResponse.Builder failedS3Resources(Collection<FailedS3Resource> failedS3Resources)
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.
failedS3Resources - 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.DisassociateS3ResourcesResponse.Builder failedS3Resources(FailedS3Resource... failedS3Resources)
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.
failedS3Resources - 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.DisassociateS3ResourcesResponse.Builder failedS3Resources(Consumer<FailedS3Resource.Builder>... failedS3Resources)
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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #failedS3Resources(List) .failedS3Resources - a consumer that will call methods on List.Builder #failedS3Resources(List) Copyright © 2021. All rights reserved.