Class ApiGatewayV2EndpointParams
java.lang.Object
software.amazon.awssdk.services.apigatewayv2.endpoints.ApiGatewayV2EndpointParams
- All Implemented Interfaces:
ToCopyableBuilder<ApiGatewayV2EndpointParams.Builder,
ApiGatewayV2EndpointParams>
@Generated("software.amazon.awssdk:codegen")
public final class ApiGatewayV2EndpointParams
extends Object
implements ToCopyableBuilder<ApiGatewayV2EndpointParams.Builder,ApiGatewayV2EndpointParams>
The parameters object used to resolve an endpoint for the ApiGatewayV2 service.
-
Method Details
-
builder
-
region
-
useDualStack
-
useFips
-
endpoint
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ApiGatewayV2EndpointParams.Builder,
ApiGatewayV2EndpointParams> - Returns:
- a builder for type T
-