Class UpdateMilvusServiceOptions.Builder

  • Enclosing class:
    UpdateMilvusServiceOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String serviceId,
                       java.util.Map<java.lang.String,​java.lang.Object> body)
        Instantiates a new builder with required properties.
        Parameters:
        serviceId - the serviceId
        body - the body
    • Method Detail

      • build

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

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

        public UpdateMilvusServiceOptions.Builder body​(java.util.Map<java.lang.String,​java.lang.Object> body)
        Set the body.
        Parameters:
        body - the body
        Returns:
        the UpdateMilvusServiceOptions builder
      • authInstanceId

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