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