Interface GroupConfiguration.Builder

    • Method Detail

      • configuration

        GroupConfiguration.Builder configuration​(Collection<GroupConfigurationItem> configuration)

        The configuration currently associated with the group and in effect.

        Parameters:
        configuration - The configuration currently associated with the group and in effect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        GroupConfiguration.Builder configuration​(GroupConfigurationItem... configuration)

        The configuration currently associated with the group and in effect.

        Parameters:
        configuration - The configuration currently associated with the group and in effect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proposedConfiguration

        GroupConfiguration.Builder proposedConfiguration​(Collection<GroupConfigurationItem> proposedConfiguration)

        If present, the new configuration that is in the process of being applied to the group.

        Parameters:
        proposedConfiguration - If present, the new configuration that is in the process of being applied to the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proposedConfiguration

        GroupConfiguration.Builder proposedConfiguration​(GroupConfigurationItem... proposedConfiguration)

        If present, the new configuration that is in the process of being applied to the group.

        Parameters:
        proposedConfiguration - If present, the new configuration that is in the process of being applied to the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        GroupConfiguration.Builder failureReason​(String failureReason)

        If present, the reason why a request to update the group configuration failed.

        Parameters:
        failureReason - If present, the reason why a request to update the group configuration failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.