public static interface DescribeDeploymentsRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeploymentsRequest.Builder |
appId(String appId)
The app ID.
|
DescribeDeploymentsRequest.Builder |
deploymentIds(Collection<String> deploymentIds)
An array of deployment IDs to be described.
|
DescribeDeploymentsRequest.Builder |
deploymentIds(String... deploymentIds)
An array of deployment IDs to be described.
|
DescribeDeploymentsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDeploymentsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeDeploymentsRequest.Builder |
stackId(String stackId)
The stack ID.
|
buildrequestOverrideConfigcopyapply, buildDescribeDeploymentsRequest.Builder stackId(String stackId)
The stack ID. If you include this parameter, DescribeDeployments returns a description of the
commands associated with the specified stack.
stackId - The stack ID. If you include this parameter, DescribeDeployments returns a description of
the commands associated with the specified stack.DescribeDeploymentsRequest.Builder appId(String appId)
The app ID. If you include this parameter, DescribeDeployments returns a description of the
commands associated with the specified app.
appId - The app ID. If you include this parameter, DescribeDeployments returns a description of
the commands associated with the specified app.DescribeDeploymentsRequest.Builder deploymentIds(Collection<String> deploymentIds)
An array of deployment IDs to be described. If you include this parameter, DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
deploymentIds - An array of deployment IDs to be described. If you include this parameter,
DescribeDeployments returns a description of the specified deployments. Otherwise, it
returns a description of every deployment.DescribeDeploymentsRequest.Builder deploymentIds(String... deploymentIds)
An array of deployment IDs to be described. If you include this parameter, DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
deploymentIds - An array of deployment IDs to be described. If you include this parameter,
DescribeDeployments returns a description of the specified deployments. Otherwise, it
returns a description of every deployment.DescribeDeploymentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeDeploymentsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.