Interface DeleteBasePathMappingRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteBasePathMappingRequest.Builder,,DeleteBasePathMappingRequest> SdkBuilder<DeleteBasePathMappingRequest.Builder,,DeleteBasePathMappingRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteBasePathMappingRequest
public static interface DeleteBasePathMappingRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteBasePathMappingRequest.Builder,DeleteBasePathMappingRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe base path name of the BasePathMapping resource to delete.domainName(String domainName) The domain name of the BasePathMapping resource to delete.domainNameId(String domainNameId) The identifier for the domain name resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The domain name of the BasePathMapping resource to delete.
- Parameters:
domainName- The domain name of the BasePathMapping resource to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNameId
The identifier for the domain name resource. Supported only for private custom domain names.
- Parameters:
domainNameId- The identifier for the domain name resource. Supported only for private custom domain names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
basePath
The base path name of the BasePathMapping resource to delete.
To specify an empty base path, set this parameter to
'(none)'.- Parameters:
basePath- The base path name of the BasePathMapping resource to delete.To specify an empty base path, set this parameter to
'(none)'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteBasePathMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-