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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBasePathMappingRequest.BuilderbasePath(String basePath)The base path name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.BuilderdomainName(String domainName)The domain name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.BuilderdomainNameId(String domainNameId)The identifier for the domain name resource.DeleteBasePathMappingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteBasePathMappingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domainName
DeleteBasePathMappingRequest.Builder domainName(String 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
DeleteBasePathMappingRequest.Builder domainNameId(String 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
DeleteBasePathMappingRequest.Builder basePath(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteBasePathMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-