Class CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty>
- Enclosing interface:
CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty
@Stability(Stable)
public static final class CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.credentialsParameter(String credentialsParameter)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
credentialsParameter
@Stability(Stable) public CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty.Builder credentialsParameter(String credentialsParameter) Sets the value ofCfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty.getCredentialsParameter()- Parameters:
credentialsParameter- The Amazon Resource Name (ARN) of the secret containing the private repository credentials.- Returns:
this
-
build
@Stability(Stable) public CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty>- Returns:
- a new instance of
CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-