Interface UpdateResourceProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateResourceProfileRequest.Builder,UpdateResourceProfileRequest>,Macie2Request.Builder,SdkBuilder<UpdateResourceProfileRequest.Builder,UpdateResourceProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateResourceProfileRequest
public static interface UpdateResourceProfileRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateResourceProfileRequest.Builder,UpdateResourceProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateResourceProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateResourceProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateResourceProfileRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.UpdateResourceProfileRequest.BuildersensitivityScoreOverride(Integer sensitivityScoreOverride)The new sensitivity score for the bucket.-
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
-
resourceArn
UpdateResourceProfileRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensitivityScoreOverride
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateResourceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateResourceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-