Interface UpdateApiMappingRequest.Builder
-
- All Superinterfaces:
ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApiMappingRequest.Builder,UpdateApiMappingRequest>,SdkBuilder<UpdateApiMappingRequest.Builder,UpdateApiMappingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateApiMappingRequest
public static interface UpdateApiMappingRequest.Builder extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<UpdateApiMappingRequest.Builder,UpdateApiMappingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateApiMappingRequest.BuilderapiId(String apiId)The API identifier.UpdateApiMappingRequest.BuilderapiMappingId(String apiMappingId)The API mapping identifier.UpdateApiMappingRequest.BuilderapiMappingKey(String apiMappingKey)The API mapping key.UpdateApiMappingRequest.BuilderdomainName(String domainName)The domain name.UpdateApiMappingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApiMappingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateApiMappingRequest.Builderstage(String stage)The API stage.-
Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
UpdateApiMappingRequest.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
UpdateApiMappingRequest.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
UpdateApiMappingRequest.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.
-
domainName
UpdateApiMappingRequest.Builder domainName(String domainName)
The domain name.
- Parameters:
domainName- The domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stage
UpdateApiMappingRequest.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.
-
overrideConfiguration
UpdateApiMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateApiMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-