public static interface UpdateS3ResourcesResponse.Builder extends MacieResponse.Builder, SdkPojo, CopyableBuilder<UpdateS3ResourcesResponse.Builder,UpdateS3ResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateS3ResourcesResponse.Builder |
failedS3Resources(Collection<FailedS3Resource> failedS3Resources)
The S3 resources whose classification types can't be updated.
|
UpdateS3ResourcesResponse.Builder |
failedS3Resources(Consumer<FailedS3Resource.Builder>... failedS3Resources)
The S3 resources whose classification types can't be updated.
|
UpdateS3ResourcesResponse.Builder |
failedS3Resources(FailedS3Resource... failedS3Resources)
The S3 resources whose classification types can't be updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateS3ResourcesResponse.Builder failedS3Resources(Collection<FailedS3Resource> failedS3Resources)
The S3 resources whose classification types can't be updated. An error code and an error message are provided for each failed item.
failedS3Resources - The S3 resources whose classification types can't be updated. An error code and an error message are
provided for each failed item.UpdateS3ResourcesResponse.Builder failedS3Resources(FailedS3Resource... failedS3Resources)
The S3 resources whose classification types can't be updated. An error code and an error message are provided for each failed item.
failedS3Resources - The S3 resources whose classification types can't be updated. An error code and an error message are
provided for each failed item.UpdateS3ResourcesResponse.Builder failedS3Resources(Consumer<FailedS3Resource.Builder>... failedS3Resources)
The S3 resources whose classification types can't be updated. 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.