Interface DescribeCommandsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCommandsRequest.Builder,,DescribeCommandsRequest> OpsWorksRequest.Builder,SdkBuilder<DescribeCommandsRequest.Builder,,DescribeCommandsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DescribeCommandsRequest
public static interface DescribeCommandsRequest.Builder
extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeCommandsRequest.Builder,DescribeCommandsRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncommandIds(String... commandIds) An array of command IDs.commandIds(Collection<String> commandIds) An array of command IDs.deploymentId(String deploymentId) The deployment ID.instanceId(String instanceId) The instance ID.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
deploymentId
The deployment ID. If you include this parameter,
DescribeCommandsreturns a description of the commands associated with the specified deployment.- Parameters:
 deploymentId- The deployment ID. If you include this parameter,DescribeCommandsreturns a description of the commands associated with the specified deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
instanceId
The instance ID. If you include this parameter,
DescribeCommandsreturns a description of the commands associated with the specified instance.- Parameters:
 instanceId- The instance ID. If you include this parameter,DescribeCommandsreturns a description of the commands associated with the specified instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
commandIds
An array of command IDs. If you include this parameter,
DescribeCommandsreturns a description of the specified commands. Otherwise, it returns a description of every command.- Parameters:
 commandIds- An array of command IDs. If you include this parameter,DescribeCommandsreturns a description of the specified commands. Otherwise, it returns a description of every command.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
commandIds
An array of command IDs. If you include this parameter,
DescribeCommandsreturns a description of the specified commands. Otherwise, it returns a description of every command.- Parameters:
 commandIds- An array of command IDs. If you include this parameter,DescribeCommandsreturns a description of the specified commands. Otherwise, it returns a description of every command.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DescribeCommandsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeCommandsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -