Interface GetJobRequest.Builder

    • Method Detail

      • additionalAttributeNamesWithStrings

        GetJobRequest.Builder additionalAttributeNamesWithStrings​(Collection<String> additionalAttributeNames)

        A list of attributes to return information for.

        Parameters:
        additionalAttributeNames - A list of attributes to return information for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalAttributeNamesWithStrings

        GetJobRequest.Builder additionalAttributeNamesWithStrings​(String... additionalAttributeNames)

        A list of attributes to return information for.

        Parameters:
        additionalAttributeNames - A list of attributes to return information for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalAttributeNames

        GetJobRequest.Builder additionalAttributeNames​(Collection<HybridJobAdditionalAttributeName> additionalAttributeNames)

        A list of attributes to return information for.

        Parameters:
        additionalAttributeNames - A list of attributes to return information for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalAttributeNames

        GetJobRequest.Builder additionalAttributeNames​(HybridJobAdditionalAttributeName... additionalAttributeNames)

        A list of attributes to return information for.

        Parameters:
        additionalAttributeNames - A list of attributes to return information for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobArn

        GetJobRequest.Builder jobArn​(String jobArn)

        The ARN of the job to retrieve.

        Parameters:
        jobArn - The ARN of the job to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.