Class DeleteOperatorsOptions.Builder

  • Enclosing class:
    DeleteOperatorsOptions

    public static class DeleteOperatorsOptions.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 DeleteOperatorsOptions build()
        Builds a DeleteOperatorsOptions.
        Returns:
        the new DeleteOperatorsOptions instance
      • xAuthRefreshToken

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

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

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

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