Class ListOperatorsOptions.Builder

  • Enclosing class:
    ListOperatorsOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String xAuthRefreshToken,
                       java.lang.String clusterId,
                       java.lang.String region,
                       java.lang.String versionLocatorId)
        Instantiates a new builder with required properties.
        Parameters:
        xAuthRefreshToken - the xAuthRefreshToken
        clusterId - the clusterId
        region - the region
        versionLocatorId - the versionLocatorId
    • Method Detail

      • build

        public ListOperatorsOptions build()
        Builds a ListOperatorsOptions.
        Returns:
        the new ListOperatorsOptions instance
      • xAuthRefreshToken

        public ListOperatorsOptions.Builder xAuthRefreshToken​(java.lang.String xAuthRefreshToken)
        Set the xAuthRefreshToken.
        Parameters:
        xAuthRefreshToken - the xAuthRefreshToken
        Returns:
        the ListOperatorsOptions builder
      • clusterId

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

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

        public ListOperatorsOptions.Builder versionLocatorId​(java.lang.String versionLocatorId)
        Set the versionLocatorId.
        Parameters:
        versionLocatorId - the versionLocatorId
        Returns:
        the ListOperatorsOptions builder