Interface ApiGatewayProxyConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApiGatewayProxyConfig.Builder,ApiGatewayProxyConfig>,SdkBuilder<ApiGatewayProxyConfig.Builder,ApiGatewayProxyConfig>,SdkPojo
- Enclosing class:
- ApiGatewayProxyConfig
public static interface ApiGatewayProxyConfig.Builder extends SdkPojo, CopyableBuilder<ApiGatewayProxyConfig.Builder,ApiGatewayProxyConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiGatewayProxyConfig.BuilderapiGatewayId(String apiGatewayId)The resource ID of the API Gateway for the proxy.ApiGatewayProxyConfig.BuilderendpointType(String endpointType)The type of API Gateway endpoint created.ApiGatewayProxyConfig.BuilderendpointType(ApiGatewayEndpointType endpointType)The type of API Gateway endpoint created.ApiGatewayProxyConfig.BuildernlbArn(String nlbArn)The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.ApiGatewayProxyConfig.BuildernlbName(String nlbName)The name of the Network Load Balancer that is configured by the API Gateway proxy.ApiGatewayProxyConfig.BuilderproxyUrl(String proxyUrl)The endpoint URL of the API Gateway proxy.ApiGatewayProxyConfig.BuilderstageName(String stageName)The name of the API Gateway stage.ApiGatewayProxyConfig.BuildervpcLinkId(String vpcLinkId)TheVpcLinkID of the API Gateway proxy.-
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
-
apiGatewayId
ApiGatewayProxyConfig.Builder apiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
- Parameters:
apiGatewayId- The resource ID of the API Gateway for the proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointType
ApiGatewayProxyConfig.Builder endpointType(String endpointType)
The type of API Gateway endpoint created.
- Parameters:
endpointType- The type of API Gateway endpoint created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiGatewayEndpointType,ApiGatewayEndpointType
-
endpointType
ApiGatewayProxyConfig.Builder endpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
- Parameters:
endpointType- The type of API Gateway endpoint created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApiGatewayEndpointType,ApiGatewayEndpointType
-
nlbArn
ApiGatewayProxyConfig.Builder nlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
- Parameters:
nlbArn- The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nlbName
ApiGatewayProxyConfig.Builder nlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
- Parameters:
nlbName- The name of the Network Load Balancer that is configured by the API Gateway proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proxyUrl
ApiGatewayProxyConfig.Builder proxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
- Parameters:
proxyUrl- The endpoint URL of the API Gateway proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
ApiGatewayProxyConfig.Builder stageName(String stageName)
The name of the API Gateway stage. The name defaults to
prod.- Parameters:
stageName- The name of the API Gateway stage. The name defaults toprod.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcLinkId
ApiGatewayProxyConfig.Builder vpcLinkId(String vpcLinkId)
The
VpcLinkID of the API Gateway proxy.- Parameters:
vpcLinkId- TheVpcLinkID of the API Gateway proxy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-