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