Class CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.datasync.mixins.CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty>
- Enclosing interface:
CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty
@Stability(Stable)
public static final class CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
secretArn
@Stability(Stable) public CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty.Builder secretArn(String secretArn) - Parameters:
secretArn- Specifies the ARN for an AWS Secrets Manager secret.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty>- Returns:
- a new instance of
CfnLocationAzureBlobPropsMixin.ManagedSecretConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-