Class GetPrestoEngineCatalogOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

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

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

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

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