Interface DescribeCommandsRequest.Builder

    • Method Detail

      • 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

        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.

        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.