public static class DeploymentArgumentCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentArgumentCollection |
build() |
DeploymentArgumentCollection.Builder |
copy(DeploymentArgumentCollection model) |
DeploymentArgumentCollection.Builder |
items(List<DeploymentArgument> items)
List of arguments provided at the time of deployment.
|
public DeploymentArgumentCollection.Builder items(List<DeploymentArgument> items)
List of arguments provided at the time of deployment.
items
- the value to setpublic DeploymentArgumentCollection build()
public DeploymentArgumentCollection.Builder copy(DeploymentArgumentCollection model)
Copyright © 2016–2024. All rights reserved.