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.
|
DisassociateS3ResourcesResponse.Builder |
failedS3Resources(Consumer<FailedS3Resource.Builder>... failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
DisassociateS3ResourcesResponse.Builder |
failedS3Resources(FailedS3Resource... failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DisassociateS3ResourcesResponse.Builder failedS3Resources(Collection<FailedS3Resource> failedS3Resources)
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie. 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. 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. 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. 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. 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.