Package com.pulumi.aws.apigateway
Class BasePathMappingArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.apigateway.BasePathMappingArgs.Builder
-
- Enclosing class:
- BasePathMappingArgs
public static final class BasePathMappingArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(BasePathMappingArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasePathMappingArgs.Builder
basePath(com.pulumi.core.Output<java.lang.String> basePath)
BasePathMappingArgs.Builder
basePath(java.lang.String basePath)
BasePathMappingArgs
build()
BasePathMappingArgs.Builder
domainName(com.pulumi.core.Output<java.lang.String> domainName)
BasePathMappingArgs.Builder
domainName(java.lang.String domainName)
BasePathMappingArgs.Builder
restApi(com.pulumi.core.Output<java.lang.String> restApi)
BasePathMappingArgs.Builder
restApi(java.lang.String restApi)
BasePathMappingArgs.Builder
stageName(com.pulumi.core.Output<java.lang.String> stageName)
BasePathMappingArgs.Builder
stageName(java.lang.String stageName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(BasePathMappingArgs defaults)
-
-
Method Detail
-
basePath
public BasePathMappingArgs.Builder basePath(@Nullable com.pulumi.core.Output<java.lang.String> basePath)
- Parameters:
basePath
- Path segment that must be prepended to the path when accessing the API via this mapping. If omitted, the API is exposed at the root of the given domain.- Returns:
- builder
-
basePath
public BasePathMappingArgs.Builder basePath(java.lang.String basePath)
- Parameters:
basePath
- Path segment that must be prepended to the path when accessing the API via this mapping. If omitted, the API is exposed at the root of the given domain.- Returns:
- builder
-
domainName
public BasePathMappingArgs.Builder domainName(com.pulumi.core.Output<java.lang.String> domainName)
- Parameters:
domainName
- Already-registered domain name to connect the API to.- Returns:
- builder
-
domainName
public BasePathMappingArgs.Builder domainName(java.lang.String domainName)
- Parameters:
domainName
- Already-registered domain name to connect the API to.- Returns:
- builder
-
restApi
public BasePathMappingArgs.Builder restApi(com.pulumi.core.Output<java.lang.String> restApi)
- Parameters:
restApi
- ID of the API to connect.- Returns:
- builder
-
restApi
public BasePathMappingArgs.Builder restApi(java.lang.String restApi)
- Parameters:
restApi
- ID of the API to connect.- Returns:
- builder
-
stageName
public BasePathMappingArgs.Builder stageName(@Nullable com.pulumi.core.Output<java.lang.String> stageName)
- Parameters:
stageName
- Name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.- Returns:
- builder
-
stageName
public BasePathMappingArgs.Builder stageName(java.lang.String stageName)
- Parameters:
stageName
- Name of a specific deployment stage to expose at the given path. If omitted, callers may select any stage by including its name as a path element after the base path.- Returns:
- builder
-
build
public BasePathMappingArgs build()
-
-