Interface DescribeAutomationJobRequest.Builder

  • Method Details

    • awsAccountId

      DescribeAutomationJobRequest.Builder awsAccountId(String awsAccountId)

      The ID of the Amazon Web Services account that contains the automation job.

      Parameters:
      awsAccountId - The ID of the Amazon Web Services account that contains the automation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • automationGroupId

      DescribeAutomationJobRequest.Builder automationGroupId(String automationGroupId)

      The ID of the automation group that contains the automation.

      Parameters:
      automationGroupId - The ID of the automation group that contains the automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • automationId

      DescribeAutomationJobRequest.Builder automationId(String automationId)

      The ID of the automation that the job belongs to.

      Parameters:
      automationId - The ID of the automation that the job belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeInputPayload

      DescribeAutomationJobRequest.Builder includeInputPayload(Boolean includeInputPayload)

      A Boolean value that indicates whether to include the input payload in the response. If set to true, the input payload will be included. If set to false, the input payload will be returned as null.

      Parameters:
      includeInputPayload - A Boolean value that indicates whether to include the input payload in the response. If set to true, the input payload will be included. If set to false, the input payload will be returned as null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeOutputPayload

      DescribeAutomationJobRequest.Builder includeOutputPayload(Boolean includeOutputPayload)

      A Boolean value that indicates whether to include the output payload in the response. If set to true, the output payload will be included. If set to false, the output payload will be returned as null.

      Parameters:
      includeOutputPayload - A Boolean value that indicates whether to include the output payload in the response. If set to true, the output payload will be included. If set to false, the output payload will be returned as null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The ID of the automation job to describe.

      Parameters:
      jobId - The ID of the automation job to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeAutomationJobRequest.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.