public static interface GetDeploymentConfigResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<GetDeploymentConfigResponse.Builder,GetDeploymentConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentConfigResponse.Builder |
deploymentConfigInfo(Consumer<DeploymentConfigInfo.Builder> deploymentConfigInfo)
Information about the deployment configuration.
|
GetDeploymentConfigResponse.Builder |
deploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetDeploymentConfigResponse.Builder deploymentConfigInfo(DeploymentConfigInfo deploymentConfigInfo)
Information about the deployment configuration.
deploymentConfigInfo - Information about the deployment configuration.default GetDeploymentConfigResponse.Builder deploymentConfigInfo(Consumer<DeploymentConfigInfo.Builder> deploymentConfigInfo)
Information about the deployment configuration.
This is a convenience that creates an instance of theDeploymentConfigInfo.Builder avoiding the need
to create one manually via DeploymentConfigInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deploymentConfigInfo(DeploymentConfigInfo).deploymentConfigInfo - a consumer that will call methods on DeploymentConfigInfo.BuilderdeploymentConfigInfo(DeploymentConfigInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.