Class BasePathMappingArgs.Builder

  • Enclosing class:
    BasePathMappingArgs

    public static final class BasePathMappingArgs.Builder
    extends java.lang.Object
    • 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