CopyableBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest>
, SdkBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest>
public static interface DescribeCommandsRequest.Builder extends CopyableBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeCommandsRequest.Builder |
commandIds(String... commandIds) |
An array of command IDs.
|
DescribeCommandsRequest.Builder |
commandIds(Collection<String> commandIds) |
An array of command IDs.
|
DescribeCommandsRequest.Builder |
deploymentId(String deploymentId) |
The deployment ID.
|
DescribeCommandsRequest.Builder |
instanceId(String instanceId) |
The instance ID.
|
copy
apply, build
DescribeCommandsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setCommandIds(java.util.Collection)
or #withCommandIds(java.util.Collection)
if you want to
override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.