Interface UpdateResourceProfileRequest.Builder

  • Method Details

    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.