Class SyndicationCluster.Builder

  • Enclosing class:
    SyndicationCluster

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

      • Builder

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

      • build

        public SyndicationCluster build()
        Builds a SyndicationCluster.
        Returns:
        the new SyndicationCluster instance
      • addNamespaces

        public SyndicationCluster.Builder addNamespaces​(java.lang.String namespaces)
        Adds an namespaces to namespaces.
        Parameters:
        namespaces - the new namespaces
        Returns:
        the SyndicationCluster builder
      • region

        public SyndicationCluster.Builder region​(java.lang.String region)
        Set the region.
        Parameters:
        region - the region
        Returns:
        the SyndicationCluster builder
      • id

        public SyndicationCluster.Builder id​(java.lang.String id)
        Set the id.
        Parameters:
        id - the id
        Returns:
        the SyndicationCluster builder
      • name

        public SyndicationCluster.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the SyndicationCluster builder
      • resourceGroupName

        public SyndicationCluster.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Set the resourceGroupName.
        Parameters:
        resourceGroupName - the resourceGroupName
        Returns:
        the SyndicationCluster builder
      • type

        public SyndicationCluster.Builder type​(java.lang.String type)
        Set the type.
        Parameters:
        type - the type
        Returns:
        the SyndicationCluster builder
      • namespaces

        public SyndicationCluster.Builder namespaces​(java.util.List<java.lang.String> namespaces)
        Set the namespaces. Existing namespaces will be replaced.
        Parameters:
        namespaces - the namespaces
        Returns:
        the SyndicationCluster builder
      • allNamespaces

        public SyndicationCluster.Builder allNamespaces​(java.lang.Boolean allNamespaces)
        Set the allNamespaces.
        Parameters:
        allNamespaces - the allNamespaces
        Returns:
        the SyndicationCluster builder