public static class DeploymentArgument.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentArgument |
build() |
DeploymentArgument.Builder |
copy(DeploymentArgument model) |
DeploymentArgument.Builder |
name(String name)
Name of the parameter (case-sensitive).
|
DeploymentArgument.Builder |
value(String value)
value of the argument.
|
public DeploymentArgument.Builder name(String name)
Name of the parameter (case-sensitive).
name
- the value to setpublic DeploymentArgument.Builder value(String value)
value of the argument.
value
- the value to setpublic DeploymentArgument build()
public DeploymentArgument.Builder copy(DeploymentArgument model)
Copyright © 2016–2024. All rights reserved.