Class CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ecs.mixins.CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty>
- Enclosing interface:
CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty
@Stability(Stable)
public static final class CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.credentialsParameter(String credentialsParameter) Sets the value ofCfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.getDomain()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
credentialsParameter
@Stability(Stable) public CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.Builder credentialsParameter(String credentialsParameter) Sets the value ofCfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.getCredentialsParameter()- Parameters:
credentialsParameter- The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or SSM Parameter Store parameter. The ARN refers to the stored credentials.- Returns:
this
-
domain
@Stability(Stable) public CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.Builder domain(String domain) Sets the value ofCfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty.getDomain()- Parameters:
domain- A fully qualified domain name hosted by an AWS Directory Service Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty>- Returns:
- a new instance of
CfnTaskDefinitionPropsMixin.FSxAuthorizationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-