Interface ApiMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApiMapping.Builder,ApiMapping>,SdkBuilder<ApiMapping.Builder,ApiMapping>,SdkPojo
- Enclosing class:
- ApiMapping
public static interface ApiMapping.Builder extends SdkPojo, CopyableBuilder<ApiMapping.Builder,ApiMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiMapping.BuilderapiId(String apiId)The API identifier.ApiMapping.BuilderapiMappingId(String apiMappingId)The API mapping identifier.ApiMapping.BuilderapiMappingKey(String apiMappingKey)The API mapping key.ApiMapping.Builderstage(String stage)The API stage.-
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, sdkFields
-
-
-
-
Method Detail
-
apiId
ApiMapping.Builder apiId(String apiId)
The API identifier.
- Parameters:
apiId- The API identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiMappingId
ApiMapping.Builder apiMappingId(String apiMappingId)
The API mapping identifier.
- Parameters:
apiMappingId- The API mapping identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiMappingKey
ApiMapping.Builder apiMappingKey(String apiMappingKey)
The API mapping key.
- Parameters:
apiMappingKey- The API mapping key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stage
ApiMapping.Builder stage(String stage)
The API stage.
- Parameters:
stage- The API stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-