public static interface DescribeCommandsResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeCommandsResponse.Builder,DescribeCommandsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCommandsResponse.Builder |
commands(Collection<Command> commands)
An array of
Command objects that describe each of the specified commands. |
DescribeCommandsResponse.Builder |
commands(Command... commands)
An array of
Command objects that describe each of the specified commands. |
build
copy
apply, build
DescribeCommandsResponse.Builder commands(Collection<Command> commands)
An array of Command
objects that describe each of the specified commands.
commands
- An array of Command
objects that describe each of the specified commands.DescribeCommandsResponse.Builder commands(Command... commands)
An array of Command
objects that describe each of the specified commands.
commands
- An array of Command
objects that describe each of the specified commands.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.