Class FunctionServiceConfigSecretVolumeVersionArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.cloudfunctionsv2.inputs.FunctionServiceConfigSecretVolumeVersionArgs.Builder
-
- Enclosing class:
- FunctionServiceConfigSecretVolumeVersionArgs
public static final class FunctionServiceConfigSecretVolumeVersionArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FunctionServiceConfigSecretVolumeVersionArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionServiceConfigSecretVolumeVersionArgs
build()
FunctionServiceConfigSecretVolumeVersionArgs.Builder
path(com.pulumi.core.Output<java.lang.String> path)
FunctionServiceConfigSecretVolumeVersionArgs.Builder
path(java.lang.String path)
FunctionServiceConfigSecretVolumeVersionArgs.Builder
version(com.pulumi.core.Output<java.lang.String> version)
FunctionServiceConfigSecretVolumeVersionArgs.Builder
version(java.lang.String version)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FunctionServiceConfigSecretVolumeVersionArgs defaults)
-
-
Method Detail
-
path
public FunctionServiceConfigSecretVolumeVersionArgs.Builder path(com.pulumi.core.Output<java.lang.String> path)
- Parameters:
path
- Relative path of the file under the mount path where the secret value for this version will be fetched and made available. For example, setting the mountPath as '/etc/secrets' and path as secret_foo would mount the secret value file at /etc/secrets/secret_foo.- Returns:
- builder
-
path
public FunctionServiceConfigSecretVolumeVersionArgs.Builder path(java.lang.String path)
- Parameters:
path
- Relative path of the file under the mount path where the secret value for this version will be fetched and made available. For example, setting the mountPath as '/etc/secrets' and path as secret_foo would mount the secret value file at /etc/secrets/secret_foo.- Returns:
- builder
-
version
public FunctionServiceConfigSecretVolumeVersionArgs.Builder version(com.pulumi.core.Output<java.lang.String> version)
- Parameters:
version
- Version of the secret (version number or the string 'latest'). It is preferable to use latest version with secret volumes as secret value changes are reflected immediately.- Returns:
- builder
-
version
public FunctionServiceConfigSecretVolumeVersionArgs.Builder version(java.lang.String version)
- Parameters:
version
- Version of the secret (version number or the string 'latest'). It is preferable to use latest version with secret volumes as secret value changes are reflected immediately.- Returns:
- builder
-
build
public FunctionServiceConfigSecretVolumeVersionArgs build()
-
-