S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.bucketNames(String... bucketNames) |
Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of
strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket
names that overwrites all existing names in the list.
|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.bucketNames(Collection<String> bucketNames) |
Depending on the value specified for the update operation (ClassificationScopeUpdateOperation), an array of
strings that: lists the names of buckets to add or remove from the list, or specifies a new set of bucket
names that overwrites all existing names in the list.
|
static S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.builder() |
|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.operation(String operation) |
Specifies how to apply the changes to the exclusion list.
|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.Builder.operation(ClassificationScopeUpdateOperation operation) |
Specifies how to apply the changes to the exclusion list.
|
S3ClassificationScopeExclusionUpdate.Builder |
S3ClassificationScopeExclusionUpdate.toBuilder() |
|