Class CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty>
- Enclosing interface:
CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty
@Stability(Stable)
public static final class CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.secretAccessRoleArn(String secretAccessRoleArn) Sets the value ofCfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.getSecretArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
secretAccessRoleArn
@Stability(Stable) public CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.Builder secretAccessRoleArn(String secretAccessRoleArn) Sets the value ofCfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.getSecretAccessRoleArn()- Parameters:
secretAccessRoleArn- Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified forSecretArn.- Returns:
this
-
secretArn
@Stability(Stable) public CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.Builder secretArn(String secretArn) Sets the value ofCfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty.getSecretArn()- 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.CustomSecretConfigProperty>- Returns:
- a new instance of
CfnLocationAzureBlobPropsMixin.CustomSecretConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-