Class CfnExpressGatewayService.ExpressGatewayServiceStatusProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ecs.CfnExpressGatewayService.ExpressGatewayServiceStatusProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExpressGatewayService.ExpressGatewayServiceStatusProperty>
- Enclosing interface:
CfnExpressGatewayService.ExpressGatewayServiceStatusProperty
@Stability(Stable)
public static final class CfnExpressGatewayService.ExpressGatewayServiceStatusProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExpressGatewayService.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 CfnExpressGatewayService.ExpressGatewayServiceStatusProperty.Builder statusCode(String statusCode) - Parameters:
statusCode- The status of the Express service.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExpressGatewayService.ExpressGatewayServiceStatusProperty>- Returns:
- a new instance of
CfnExpressGatewayService.ExpressGatewayServiceStatusProperty - Throws:
NullPointerException- if any required attribute was not provided
-