Interface CreateBasePathMappingResponse.Builder
- All Superinterfaces:
- ApiGatewayResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateBasePathMappingResponse.Builder,,- CreateBasePathMappingResponse> - SdkBuilder<CreateBasePathMappingResponse.Builder,,- CreateBasePathMappingResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateBasePathMappingResponse
@Mutable
@NotThreadSafe
public static interface CreateBasePathMappingResponse.Builder
extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateBasePathMappingResponse.Builder,CreateBasePathMappingResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe base path name that callers of the API must provide as part of the URL after the domain name.The string identifier of the associated RestApi.The name of the associated stage.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
basePathThe base path name that callers of the API must provide as part of the URL after the domain name. - Parameters:
- basePath- The base path name that callers of the API must provide as part of the URL after the domain name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
restApiIdThe string identifier of the associated RestApi. - Parameters:
- restApiId- The string identifier of the associated RestApi.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stageThe name of the associated stage. - Parameters:
- stage- The name of the associated stage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-