Class SyndicationResource.Builder

  • Enclosing class:
    SyndicationResource

    public static class SyndicationResource.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public SyndicationResource build()
        Builds a SyndicationResource.
        Returns:
        the new SyndicationResource instance
      • removeRelatedComponents

        public SyndicationResource.Builder removeRelatedComponents​(java.lang.Boolean removeRelatedComponents)
        Set the removeRelatedComponents.
        Parameters:
        removeRelatedComponents - the removeRelatedComponents
        Returns:
        the SyndicationResource builder
      • clusters

        public SyndicationResource.Builder clusters​(java.util.List<SyndicationCluster> clusters)
        Set the clusters. Existing clusters will be replaced.
        Parameters:
        clusters - the clusters
        Returns:
        the SyndicationResource builder