Interface GetBasePathMappingRequest.Builder

All Superinterfaces:
ApiGatewayRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>, SdkBuilder<GetBasePathMappingRequest.Builder,GetBasePathMappingRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetBasePathMappingRequest

  • Method Details

    • domainName

      GetBasePathMappingRequest.Builder domainName(String domainName)

      The domain name of the BasePathMapping resource to be described.

      Parameters:
      domainName - The domain name of the BasePathMapping resource to be described.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainNameId

      GetBasePathMappingRequest.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

      The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name 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. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetBasePathMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder