Package com.pulumi.aws.ssm.inputs
Class GetParametersByPathPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.ssm.inputs.GetParametersByPathPlainArgs.Builder
-
- Enclosing class:
- GetParametersByPathPlainArgs
public static final class GetParametersByPathPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetParametersByPathPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetParametersByPathPlainArgs
build()
GetParametersByPathPlainArgs.Builder
path(java.lang.String path)
GetParametersByPathPlainArgs.Builder
recursive(java.lang.Boolean recursive)
GetParametersByPathPlainArgs.Builder
withDecryption(java.lang.Boolean withDecryption)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetParametersByPathPlainArgs defaults)
-
-
Method Detail
-
path
public GetParametersByPathPlainArgs.Builder path(java.lang.String path)
- Parameters:
path
- The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the parameter name except the last part of the parameter. The last part of the parameter name can't be in the path. A parameter name hierarchy can have a maximum of 15 levels. **Note:** If the parameter name (e.g., `/my-app/my-param`) is specified, the data source will not retrieve any value as designed, unless there are other parameters that happen to use the former path in their hierarchy (e.g., `/my-app/my-param/my-actual-param`).- Returns:
- builder
-
recursive
public GetParametersByPathPlainArgs.Builder recursive(@Nullable java.lang.Boolean recursive)
- Parameters:
recursive
- Whether to retrieve all parameters within the hirerachy. Defaults to `false`.- Returns:
- builder
-
withDecryption
public GetParametersByPathPlainArgs.Builder withDecryption(@Nullable java.lang.Boolean withDecryption)
- Parameters:
withDecryption
- Whether to retrieve all parameters in the hierarchy, particularly those of `SecureString` type, with their value decrypted. Defaults to `true`.- Returns:
- builder
-
build
public GetParametersByPathPlainArgs build()
-
-