Class CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.secretsmanager.CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty>
- Enclosing interface:
CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty
@Stability(Stable)
public static final class CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
@Stability(Stable) public CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.Builder key(String key) - Parameters:
key- The key that identifies the item.- Returns:
this
-
value
@Stability(Stable) public CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.Builder value(String value) Sets the value ofCfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty.getValue()- Parameters:
value- The value of the specified item.- Returns:
this
-
build
@Stability(Stable) public CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty>- Returns:
- a new instance of
CfnRotationSchedulePropsMixin.ExternalSecretRotationMetadataItemProperty - Throws:
NullPointerException- if any required attribute was not provided
-