public static interface DescribeCommandsRequest.Builder extends OpsWorksRequest.Builder, CopyableBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCommandsRequest.Builder |
commandIds(Collection<String> commandIds)
An array of command IDs.
|
DescribeCommandsRequest.Builder |
commandIds(String... commandIds)
An array of command IDs.
|
DescribeCommandsRequest.Builder |
deploymentId(String deploymentId)
The deployment ID.
|
DescribeCommandsRequest.Builder |
instanceId(String instanceId)
The instance ID.
|
DescribeCommandsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeCommandsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeCommandsRequest.Builder deploymentId(String deploymentId)
The deployment ID. If you include this parameter, DescribeCommands returns a description of the
commands associated with the specified deployment.
deploymentId - The deployment ID. If you include this parameter, DescribeCommands returns a description
of the commands associated with the specified deployment.DescribeCommandsRequest.Builder instanceId(String instanceId)
The instance ID. If you include this parameter, DescribeCommands returns a description of the
commands associated with the specified instance.
instanceId - The instance ID. If you include this parameter, DescribeCommands returns a description of
the commands associated with the specified instance.DescribeCommandsRequest.Builder commandIds(Collection<String> commandIds)
An array of command IDs. If you include this parameter, DescribeCommands returns a description
of the specified commands. Otherwise, it returns a description of every command.
commandIds - An array of command IDs. If you include this parameter, DescribeCommands returns a
description of the specified commands. Otherwise, it returns a description of every command.DescribeCommandsRequest.Builder commandIds(String... commandIds)
An array of command IDs. If you include this parameter, DescribeCommands returns a description
of the specified commands. Otherwise, it returns a description of every command.
commandIds - An array of command IDs. If you include this parameter, DescribeCommands returns a
description of the specified commands. Otherwise, it returns a description of every command.DescribeCommandsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeCommandsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.