Interface Cluster.DefinitionStages.WithAcceptedAudiences

All Known Subinterfaces:
Cluster.Definition, Cluster.DefinitionStages.WithCreate
Enclosing interface:
Cluster.DefinitionStages

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

    • withAcceptedAudiences

      Cluster.DefinitionStages.WithCreate 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.