Interface GetBasePathMappingResponse.Builder
-
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>,SdkBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetBasePathMappingResponse
public static interface GetBasePathMappingResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetBasePathMappingResponse.Builder,GetBasePathMappingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBasePathMappingResponse.BuilderbasePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.GetBasePathMappingResponse.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.GetBasePathMappingResponse.Builderstage(String stage)The name of the associated stage.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
basePath
GetBasePathMappingResponse.Builder basePath(String basePath)
The 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.
-
restApiId
GetBasePathMappingResponse.Builder restApiId(String restApiId)
The 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.
-
stage
GetBasePathMappingResponse.Builder stage(String stage)
The 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.
-
-