Interface GetClassificationScopeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetClassificationScopeResponse.Builder,GetClassificationScopeResponse>,Macie2Response.Builder,SdkBuilder<GetClassificationScopeResponse.Builder,GetClassificationScopeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetClassificationScopeResponse
public static interface GetClassificationScopeResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetClassificationScopeResponse.Builder,GetClassificationScopeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetClassificationScopeResponse.Builderid(String id)The unique identifier for the classification scope.GetClassificationScopeResponse.Buildername(String name)The name of the classification scope: automated-sensitive-data-discovery.default GetClassificationScopeResponse.Builders3(Consumer<S3ClassificationScope.Builder> s3)The S3 buckets that are excluded from automated sensitive data discovery.GetClassificationScopeResponse.Builders3(S3ClassificationScope s3)The S3 buckets that are excluded from automated sensitive data discovery.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
GetClassificationScopeResponse.Builder id(String id)
The unique identifier for the classification scope.
- Parameters:
id- The unique identifier for the classification scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetClassificationScopeResponse.Builder name(String name)
The name of the classification scope: automated-sensitive-data-discovery.
- Parameters:
name- The name of the classification scope: automated-sensitive-data-discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
GetClassificationScopeResponse.Builder s3(S3ClassificationScope s3)
The S3 buckets that are excluded from automated sensitive data discovery.
- Parameters:
s3- The S3 buckets that are excluded from automated sensitive data discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
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.Builderavoiding the need to create one manually viaS3ClassificationScope.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(S3ClassificationScope).- Parameters:
s3- a consumer that will call methods onS3ClassificationScope.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3(S3ClassificationScope)
-
-