Class CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ecs.CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty>
- Enclosing interface:
CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty
@Stability(Stable)
public static final class CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExpressGatewayService.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 CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty.Builder credentialsParameter(String credentialsParameter) Sets the value ofCfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty.getCredentialsParameter()- Parameters:
credentialsParameter- The Amazon Resource Name (ARN) of the secret containing the private repository credentials. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty>- Returns:
- a new instance of
CfnExpressGatewayService.ExpressGatewayRepositoryCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-