Interface Cluster.UpdateStages.WithAcceptedAudiences

All Known Subinterfaces:
Cluster.Update
Enclosing interface:
Cluster.UpdateStages

public static interface Cluster.UpdateStages.WithAcceptedAudiences
The stage of the Cluster update allowing to specify acceptedAudiences.
  • Method Details

    • withAcceptedAudiences

      Cluster.Update withAcceptedAudiences(List<AcceptedAudiences> acceptedAudiences)
      Specifies the acceptedAudiences property: The cluster's accepted audiences..
      Parameters:
      acceptedAudiences - The cluster's accepted audiences.
      Returns:
      the next definition stage.