Interface UpdateResourceProfileDetectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateResourceProfileDetectionsRequest.Builder,UpdateResourceProfileDetectionsRequest>,Macie2Request.Builder,SdkBuilder<UpdateResourceProfileDetectionsRequest.Builder,UpdateResourceProfileDetectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateResourceProfileDetectionsRequest
public static interface UpdateResourceProfileDetectionsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<UpdateResourceProfileDetectionsRequest.Builder,UpdateResourceProfileDetectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateResourceProfileDetectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateResourceProfileDetectionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateResourceProfileDetectionsRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.UpdateResourceProfileDetectionsRequest.BuildersuppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score.UpdateResourceProfileDetectionsRequest.BuildersuppressDataIdentifiers(Consumer<SuppressDataIdentifier.Builder>... suppressDataIdentifiers)An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score.UpdateResourceProfileDetectionsRequest.BuildersuppressDataIdentifiers(SuppressDataIdentifier... suppressDataIdentifiers)An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceArn
UpdateResourceProfileDetectionsRequest.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.
-
suppressDataIdentifiers
UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score. To include all sensitive data types in the score, don't specify any values for this array.
- Parameters:
suppressDataIdentifiers- An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score. To include all sensitive data types in the score, don't specify any values for this array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suppressDataIdentifiers
UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers(SuppressDataIdentifier... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score. To include all sensitive data types in the score, don't specify any values for this array.
- Parameters:
suppressDataIdentifiers- An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score. To include all sensitive data types in the score, don't specify any values for this array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suppressDataIdentifiers
UpdateResourceProfileDetectionsRequest.Builder suppressDataIdentifiers(Consumer<SuppressDataIdentifier.Builder>... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score. To include 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.Builderavoiding the need to create one manually viaSuppressDataIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#suppressDataIdentifiers(List.) - Parameters:
suppressDataIdentifiers- a consumer that will call methods onSuppressDataIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#suppressDataIdentifiers(java.util.Collection)
-
overrideConfiguration
UpdateResourceProfileDetectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateResourceProfileDetectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-