public static interface GetClassificationScopeResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetClassificationScopeResponse.Builder,GetClassificationScopeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetClassificationScopeResponse.Builder |
id(String id)
The unique identifier for the classification scope.
|
GetClassificationScopeResponse.Builder |
name(String name)
The name of the classification scope.
|
default GetClassificationScopeResponse.Builder |
s3(Consumer<S3ClassificationScope.Builder> s3)
The S3 buckets that are excluded from automated sensitive data discovery.
|
GetClassificationScopeResponse.Builder |
s3(S3ClassificationScope s3)
The S3 buckets that are excluded from automated sensitive data discovery.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetClassificationScopeResponse.Builder id(String id)
The unique identifier for the classification scope.
id - The unique identifier for the classification scope.GetClassificationScopeResponse.Builder name(String name)
The name of the classification scope.
name - The name of the classification scope.GetClassificationScopeResponse.Builder s3(S3ClassificationScope s3)
The S3 buckets that are excluded from automated sensitive data discovery.
s3 - The S3 buckets that are excluded from automated sensitive data discovery.default GetClassificationScopeResponse.Builder s3(Consumer<S3ClassificationScope.Builder> s3)
The S3 buckets that are excluded from automated sensitive data discovery.
This is a convenience method that creates an instance of theS3ClassificationScope.Builder avoiding
the need to create one manually via S3ClassificationScope.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3(S3ClassificationScope).
s3 - a consumer that will call methods on S3ClassificationScope.Builders3(S3ClassificationScope)Copyright © 2023. All rights reserved.