public static interface UpdateResourceProfileRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateResourceProfileRequest.Builder,UpdateResourceProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResourceProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResourceProfileRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
|
UpdateResourceProfileRequest.Builder |
sensitivityScoreOverride(Integer sensitivityScoreOverride)
The new sensitivity score for the bucket.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResourceProfileRequest.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.UpdateResourceProfileRequest.Builder sensitivityScoreOverride(Integer sensitivityScoreOverride)
The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the Sensitive label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request.
sensitivityScoreOverride - The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply
the Sensitive label to the bucket; and, null (empty), assign a score that Amazon Macie
calculates automatically after you submit the request.UpdateResourceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.