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