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 Details

    • deploymentId

      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.

      Parameters:
      deploymentId - The deployment ID. If you include this parameter, DescribeCommands returns 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, DescribeCommands returns a description of the commands associated with the specified instance.

      Parameters:
      instanceId - The instance ID. If you include this parameter, DescribeCommands returns 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, DescribeCommands returns 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, DescribeCommands returns 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, DescribeCommands returns 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, DescribeCommands returns 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.