Interface CancelDomainConfigChangeResponse.Builder

    • Method Detail

      • cancelledChangeIds

        CancelDomainConfigChangeResponse.Builder cancelledChangeIds​(Collection<String> cancelledChangeIds)

        The unique identifiers of the changes that were cancelled.

        Parameters:
        cancelledChangeIds - The unique identifiers of the changes that were cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cancelledChangeIds

        CancelDomainConfigChangeResponse.Builder cancelledChangeIds​(String... cancelledChangeIds)

        The unique identifiers of the changes that were cancelled.

        Parameters:
        cancelledChangeIds - The unique identifiers of the changes that were cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cancelledChangeProperties

        CancelDomainConfigChangeResponse.Builder cancelledChangeProperties​(Collection<CancelledChangeProperty> cancelledChangeProperties)

        The domain change properties that were cancelled.

        Parameters:
        cancelledChangeProperties - The domain change properties that were cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cancelledChangeProperties

        CancelDomainConfigChangeResponse.Builder cancelledChangeProperties​(CancelledChangeProperty... cancelledChangeProperties)

        The domain change properties that were cancelled.

        Parameters:
        cancelledChangeProperties - The domain change properties that were cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        CancelDomainConfigChangeResponse.Builder dryRun​(Boolean dryRun)

        Whether or not the request was a dry run. If True, the changes were not actually cancelled.

        Parameters:
        dryRun - Whether or not the request was a dry run. If True, the changes were not actually cancelled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.