Interface BasePathMapping.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BasePathMapping.Builder,BasePathMapping>, SdkBuilder<BasePathMapping.Builder,BasePathMapping>, SdkPojo
Enclosing class:
BasePathMapping

public static interface BasePathMapping.Builder extends SdkPojo, CopyableBuilder<BasePathMapping.Builder,BasePathMapping>
  • Method Details

    • basePath

      BasePathMapping.Builder basePath(String basePath)

      The base path name that callers of the API must provide as part of the URL 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • restApiId

      BasePathMapping.Builder restApiId(String restApiId)

      The string identifier of the associated RestApi.

      Parameters:
      restApiId - The string identifier of the associated RestApi.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stage

      The name of the associated stage.

      Parameters:
      stage - The name of the associated stage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.