Interface AwsApiGatewayEndpointConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsApiGatewayEndpointConfiguration.Builder,AwsApiGatewayEndpointConfiguration>,SdkBuilder<AwsApiGatewayEndpointConfiguration.Builder,AwsApiGatewayEndpointConfiguration>,SdkPojo
- Enclosing class:
- AwsApiGatewayEndpointConfiguration
public static interface AwsApiGatewayEndpointConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsApiGatewayEndpointConfiguration.Builder,AwsApiGatewayEndpointConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsApiGatewayEndpointConfiguration.Buildertypes(String... types)A list of endpoint types for the REST API.AwsApiGatewayEndpointConfiguration.Buildertypes(Collection<String> types)A list of endpoint types for the REST API.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
types
AwsApiGatewayEndpointConfiguration.Builder types(Collection<String> types)
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is
EDGE. For a Regional API, the endpoint type isREGIONAL. For a private API, the endpoint type isPRIVATE.- Parameters:
types- A list of endpoint types for the REST API.For an edge-optimized API, the endpoint type is
EDGE. For a Regional API, the endpoint type isREGIONAL. For a private API, the endpoint type isPRIVATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
AwsApiGatewayEndpointConfiguration.Builder types(String... types)
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is
EDGE. For a Regional API, the endpoint type isREGIONAL. For a private API, the endpoint type isPRIVATE.- Parameters:
types- A list of endpoint types for the REST API.For an edge-optimized API, the endpoint type is
EDGE. For a Regional API, the endpoint type isREGIONAL. For a private API, the endpoint type isPRIVATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-