Class RuntimeAccessConfigArgs.Builder

  • Enclosing class:
    RuntimeAccessConfigArgs

    public static final class RuntimeAccessConfigArgs.Builder
    extends java.lang.Object
    • Method Detail

      • accessType

        public RuntimeAccessConfigArgs.Builder accessType​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> accessType)
        Parameters:
        accessType - The type of access mode this instance. For valid values, see `https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType`.
        Returns:
        builder
      • accessType

        public RuntimeAccessConfigArgs.Builder accessType​(java.lang.String accessType)
        Parameters:
        accessType - The type of access mode this instance. For valid values, see `https://cloud.google.com/vertex-ai/docs/workbench/reference/ rest/v1/projects.locations.runtimes#RuntimeAccessType`.
        Returns:
        builder
      • proxyUri

        public RuntimeAccessConfigArgs.Builder proxyUri​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> proxyUri)
        Parameters:
        proxyUri - (Output) The proxy endpoint that is used to access the runtime.
        Returns:
        builder
      • proxyUri

        public RuntimeAccessConfigArgs.Builder proxyUri​(java.lang.String proxyUri)
        Parameters:
        proxyUri - (Output) The proxy endpoint that is used to access the runtime.
        Returns:
        builder
      • runtimeOwner

        public RuntimeAccessConfigArgs.Builder runtimeOwner​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> runtimeOwner)
        Parameters:
        runtimeOwner - The owner of this runtime after creation. Format: `[email protected]`. Currently supports one owner only.
        Returns:
        builder
      • runtimeOwner

        public RuntimeAccessConfigArgs.Builder runtimeOwner​(java.lang.String runtimeOwner)
        Parameters:
        runtimeOwner - The owner of this runtime after creation. Format: `[email protected]`. Currently supports one owner only.
        Returns:
        builder