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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCommandsRequest.BuildercommandIds(String... commandIds)An array of command IDs.DescribeCommandsRequest.BuildercommandIds(Collection<String> commandIds)An array of command IDs.DescribeCommandsRequest.BuilderdeploymentId(String deploymentId)The deployment ID.DescribeCommandsRequest.BuilderinstanceId(String instanceId)The instance ID.DescribeCommandsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCommandsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deploymentId
DescribeCommandsRequest.Builder deploymentId(String 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
DescribeCommandsRequest.Builder instanceId(String 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
DescribeCommandsRequest.Builder commandIds(Collection<String> 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
DescribeCommandsRequest.Builder commandIds(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCommandsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-