Class SecretRotationApplicationOptions.Builder
java.lang.Object
software.amazon.awscdk.services.secretsmanager.SecretRotationApplicationOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SecretRotationApplicationOptions>
- Enclosing interface:
SecretRotationApplicationOptions
@Stability(Stable)
public static final class SecretRotationApplicationOptions.Builder
extends Object
implements software.amazon.jsii.Builder<SecretRotationApplicationOptions>
A builder for
SecretRotationApplicationOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalSemanticVersions(Map<String, String> additionalSemanticVersions) Sets the value ofSecretRotationApplicationOptions.getAdditionalSemanticVersions()build()Builds the configured instance.isMultiUser(Boolean isMultiUser) Sets the value ofSecretRotationApplicationOptions.getIsMultiUser()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
additionalSemanticVersions
@Stability(Stable) public SecretRotationApplicationOptions.Builder additionalSemanticVersions(Map<String, String> additionalSemanticVersions) Sets the value ofSecretRotationApplicationOptions.getAdditionalSemanticVersions()- Parameters:
additionalSemanticVersions- Semantic versions for partitions other than 'aws'. If not specified, it is assumed that non aws partitions (eg aws-cn, aws-us-gov) are not supported.- Returns:
this
-
isMultiUser
Sets the value ofSecretRotationApplicationOptions.getIsMultiUser()- Parameters:
isMultiUser- Whether the rotation application uses the multi user scheme.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SecretRotationApplicationOptions>- Returns:
- a new instance of
SecretRotationApplicationOptions - Throws:
NullPointerException- if any required attribute was not provided
-