Interface UpdateClassificationScopeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateClassificationScopeRequest.Builder,UpdateClassificationScopeRequest>,Macie2Request.Builder,SdkBuilder<UpdateClassificationScopeRequest.Builder,UpdateClassificationScopeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateClassificationScopeRequest
public static interface UpdateClassificationScopeRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateClassificationScopeRequest.Builder,UpdateClassificationScopeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateClassificationScopeRequest.Builderid(String id)The unique identifier for the Amazon Macie resource that the request applies to.UpdateClassificationScopeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateClassificationScopeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateClassificationScopeRequest.Builders3(Consumer<S3ClassificationScopeUpdate.Builder> s3)The S3 buckets to add or remove from the exclusion list defined by the classification scope.UpdateClassificationScopeRequest.Builders3(S3ClassificationScopeUpdate s3)The S3 buckets to add or remove from the exclusion list defined by the classification scope.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Request.Builder
build
-
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
-
id
UpdateClassificationScopeRequest.Builder id(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
- Parameters:
id- The unique identifier for the Amazon Macie resource that the request applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
UpdateClassificationScopeRequest.Builder s3(S3ClassificationScopeUpdate s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
- Parameters:
s3- The S3 buckets to add or remove from the exclusion list defined by the classification scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
default UpdateClassificationScopeRequest.Builder s3(Consumer<S3ClassificationScopeUpdate.Builder> s3)
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
This is a convenience method that creates an instance of theS3ClassificationScopeUpdate.Builderavoiding the need to create one manually viaS3ClassificationScopeUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(S3ClassificationScopeUpdate).- Parameters:
s3- a consumer that will call methods onS3ClassificationScopeUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3(S3ClassificationScopeUpdate)
-
overrideConfiguration
UpdateClassificationScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateClassificationScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-