public static interface DescribeCommandsRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, 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) |
DescribeCommandsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribeCommandsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.