Interface ChangeProgressStatusDetails.Builder

    • Method Detail

      • changeId

        ChangeProgressStatusDetails.Builder changeId​(String changeId)

        The unique change identifier associated with a specific domain configuration change.

        Parameters:
        changeId - The unique change identifier associated with a specific domain configuration change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ChangeProgressStatusDetails.Builder startTime​(Instant startTime)

        The time at which the configuration change is made on the domain.

        Parameters:
        startTime - The time at which the configuration change is made on the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ChangeProgressStatusDetails.Builder status​(String status)

        The overall status of the domain configuration change. This field can take the following values: PENDING, PROCESSING, COMPLETED and FAILED

        Parameters:
        status - The overall status of the domain configuration change. This field can take the following values: PENDING, PROCESSING, COMPLETED and FAILED
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OverallChangeStatus, OverallChangeStatus
      • status

        ChangeProgressStatusDetails.Builder status​(OverallChangeStatus status)

        The overall status of the domain configuration change. This field can take the following values: PENDING, PROCESSING, COMPLETED and FAILED

        Parameters:
        status - The overall status of the domain configuration change. This field can take the following values: PENDING, PROCESSING, COMPLETED and FAILED
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OverallChangeStatus, OverallChangeStatus
      • pendingProperties

        ChangeProgressStatusDetails.Builder pendingProperties​(Collection<String> pendingProperties)

        The list of properties involved in the domain configuration change that are still in pending.

        Parameters:
        pendingProperties - The list of properties involved in the domain configuration change that are still in pending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingProperties

        ChangeProgressStatusDetails.Builder pendingProperties​(String... pendingProperties)

        The list of properties involved in the domain configuration change that are still in pending.

        Parameters:
        pendingProperties - The list of properties involved in the domain configuration change that are still in pending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • completedProperties

        ChangeProgressStatusDetails.Builder completedProperties​(Collection<String> completedProperties)

        The list of properties involved in the domain configuration change that are completed.

        Parameters:
        completedProperties - The list of properties involved in the domain configuration change that are completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • completedProperties

        ChangeProgressStatusDetails.Builder completedProperties​(String... completedProperties)

        The list of properties involved in the domain configuration change that are completed.

        Parameters:
        completedProperties - The list of properties involved in the domain configuration change that are completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalNumberOfStages

        ChangeProgressStatusDetails.Builder totalNumberOfStages​(Integer totalNumberOfStages)

        The total number of stages required for the configuration change.

        Parameters:
        totalNumberOfStages - The total number of stages required for the configuration change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeProgressStages

        ChangeProgressStatusDetails.Builder changeProgressStages​(Collection<ChangeProgressStage> changeProgressStages)

        The specific stages that the domain is going through to perform the configuration change.

        Parameters:
        changeProgressStages - The specific stages that the domain is going through to perform the configuration change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeProgressStages

        ChangeProgressStatusDetails.Builder changeProgressStages​(ChangeProgressStage... changeProgressStages)

        The specific stages that the domain is going through to perform the configuration change.

        Parameters:
        changeProgressStages - The specific stages that the domain is going through to perform the configuration change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.