public static final class ServerDeploymentGroupRefProps.Builder extends Object
ServerDeploymentGroupRefProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupRefProps |
build()
Builds the configured instance.
|
ServerDeploymentGroupRefProps.Builder |
withApplication(ServerApplicationRef value)
Sets the value of Application
|
ServerDeploymentGroupRefProps.Builder |
withDeploymentGroupName(String value)
Sets the value of DeploymentGroupName
|
public ServerDeploymentGroupRefProps.Builder withApplication(ServerApplicationRef value)
value - The reference to the CodeDeploy EC2/on-premise Application
that this Deployment Group belongs to.thispublic ServerDeploymentGroupRefProps.Builder withDeploymentGroupName(String value)
value - The physical, human-readable name of the CodeDeploy EC2/on-premise Deployment Group
that we are referencing.thispublic ServerDeploymentGroupRefProps build()
ServerDeploymentGroupRefPropsNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.