Class CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty>
- Enclosing interface:
CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty
@Stability(Stable)
public static final class CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.statusCode(String statusCode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
statusCode
@Stability(Stable) public CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty.Builder statusCode(String statusCode) Sets the value ofCfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty.getStatusCode()- Parameters:
statusCode- The status of the Express service.- Returns:
this
-
build
@Stability(Stable) public CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty>- Returns:
- a new instance of
CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty - Throws:
NullPointerException- if any required attribute was not provided
-