Class GetSchemasOptions.Builder

  • Enclosing class:
    GetSchemasOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public GetSchemasOptions build()
        Builds a GetSchemasOptions.
        Returns:
        the new GetSchemasOptions instance
      • engineId

        public GetSchemasOptions.Builder engineId​(java.lang.String engineId)
        Set the engineId.
        Parameters:
        engineId - the engineId
        Returns:
        the GetSchemasOptions builder
      • catalogName

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

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