Interface S3ClassificationScopeUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>,SdkBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>,SdkPojo
- Enclosing class:
- S3ClassificationScopeUpdate
public static interface S3ClassificationScopeUpdate.Builder extends SdkPojo, CopyableBuilder<S3ClassificationScopeUpdate.Builder,S3ClassificationScopeUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default S3ClassificationScopeUpdate.Builderexcludes(Consumer<S3ClassificationScopeExclusionUpdate.Builder> excludes)The names of the S3 buckets to add or remove from the list.S3ClassificationScopeUpdate.Builderexcludes(S3ClassificationScopeExclusionUpdate excludes)The names of the S3 buckets to add or remove from the list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
excludes
S3ClassificationScopeUpdate.Builder excludes(S3ClassificationScopeExclusionUpdate excludes)
The names of the S3 buckets to add or remove from the list.
- Parameters:
excludes- The names of the S3 buckets to add or remove from the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludes
default S3ClassificationScopeUpdate.Builder excludes(Consumer<S3ClassificationScopeExclusionUpdate.Builder> excludes)
The names of the S3 buckets to add or remove from the list.
This is a convenience method that creates an instance of theS3ClassificationScopeExclusionUpdate.Builderavoiding the need to create one manually viaS3ClassificationScopeExclusionUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexcludes(S3ClassificationScopeExclusionUpdate).- Parameters:
excludes- a consumer that will call methods onS3ClassificationScopeExclusionUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
excludes(S3ClassificationScopeExclusionUpdate)
-
-