Interface RevealConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RevealConfiguration.Builder,RevealConfiguration>,SdkBuilder<RevealConfiguration.Builder,RevealConfiguration>,SdkPojo
- Enclosing class:
- RevealConfiguration
public static interface RevealConfiguration.Builder extends SdkPojo, CopyableBuilder<RevealConfiguration.Builder,RevealConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevealConfiguration.BuilderkmsKeyId(String kmsKeyId)The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved.RevealConfiguration.Builderstatus(String status)The status of the configuration for the Amazon Macie account.RevealConfiguration.Builderstatus(RevealStatus status)The status of the configuration for the Amazon Macie account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
kmsKeyId
RevealConfiguration.Builder kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved. The key must be an existing, customer managed, symmetric encryption key that's enabled in the same Amazon Web Services Region as the Amazon Macie account.
If this value specifies an alias, it must include the following prefix: alias/. If this value specifies a key that's owned by another Amazon Web Services account, it must specify the ARN of the key or the ARN of the key's alias.
- Parameters:
kmsKeyId- The Amazon Resource Name (ARN), ID, or alias of the KMS key to use to encrypt sensitive data that's retrieved. The key must be an existing, customer managed, symmetric encryption key that's enabled in the same Amazon Web Services Region as the Amazon Macie account.If this value specifies an alias, it must include the following prefix: alias/. If this value specifies a key that's owned by another Amazon Web Services account, it must specify the ARN of the key or the ARN of the key's alias.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RevealConfiguration.Builder status(String status)
The status of the configuration for the Amazon Macie account. In a request, valid values are: ENABLED, enable the configuration for the account; and, DISABLED, disable the configuration for the account. In a response, possible values are: ENABLED, the configuration is currently enabled for the account; and, DISABLED, the configuration is currently disabled for the account.
- Parameters:
status- The status of the configuration for the Amazon Macie account. In a request, valid values are: ENABLED, enable the configuration for the account; and, DISABLED, disable the configuration for the account. In a response, possible values are: ENABLED, the configuration is currently enabled for the account; and, DISABLED, the configuration is currently disabled for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RevealStatus,RevealStatus
-
status
RevealConfiguration.Builder status(RevealStatus status)
The status of the configuration for the Amazon Macie account. In a request, valid values are: ENABLED, enable the configuration for the account; and, DISABLED, disable the configuration for the account. In a response, possible values are: ENABLED, the configuration is currently enabled for the account; and, DISABLED, the configuration is currently disabled for the account.
- Parameters:
status- The status of the configuration for the Amazon Macie account. In a request, valid values are: ENABLED, enable the configuration for the account; and, DISABLED, disable the configuration for the account. In a response, possible values are: ENABLED, the configuration is currently enabled for the account; and, DISABLED, the configuration is currently disabled for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RevealStatus,RevealStatus
-
-