Class GetMilvusServiceOptions.Builder

  • Enclosing class:
    GetMilvusServiceOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String serviceId)
        Instantiates a new builder with required properties.
        Parameters:
        serviceId - the serviceId
    • Method Detail

      • build

        public GetMilvusServiceOptions build()
        Builds a GetMilvusServiceOptions.
        Returns:
        the new GetMilvusServiceOptions instance
      • serviceId

        public GetMilvusServiceOptions.Builder serviceId​(java.lang.String serviceId)
        Set the serviceId.
        Parameters:
        serviceId - the serviceId
        Returns:
        the GetMilvusServiceOptions builder
      • authInstanceId

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