public static interface UpdateResourceProfileDetectionsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateResourceProfileDetectionsRequest.Builder,UpdateResourceProfileDetectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceProfileDetectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResourceProfileDetectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResourceProfileDetectionsRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
|
UpdateResourceProfileDetectionsRequest.Builder |
suppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of
sensitive data to start excluding or including in the bucket's score.
|
UpdateResourceProfileDetectionsRequest.Builder |
suppressDataIdentifiers(Consumer<SuppressDataIdentifier.Builder>... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of
sensitive data to start excluding or including in the bucket's score.
|
UpdateResourceProfileDetectionsRequest.Builder |
suppressDataIdentifiers(SuppressDataIdentifier... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of
sensitive data to start excluding or including in the bucket's score.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResourceProfileDetectionsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
resourceArn - The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the
type of sensitive data to start excluding or including in the bucket's score. To start including all
sensitive data types in the score, don't specify any values for this array.UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers(SuppressDataIdentifier... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
suppressDataIdentifiers - An array of objects, one for each custom data identifier or managed data identifier that detected the
type of sensitive data to start excluding or including in the bucket's score. To start including all
sensitive data types in the score, don't specify any values for this array.UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers(Consumer<SuppressDataIdentifier.Builder>... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array.
This is a convenience method that creates an instance of theSuppressDataIdentifier.Builder avoiding the need to
create one manually via SuppressDataIdentifier.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #suppressDataIdentifiers(List.
suppressDataIdentifiers - a consumer that will call methods on
SuppressDataIdentifier.Builder#suppressDataIdentifiers(java.util.Collection) UpdateResourceProfileDetectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourceProfileDetectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.