Class CreatePrestoEngineCatalogsOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • addCatalogNames

        public CreatePrestoEngineCatalogsOptions.Builder addCatalogNames​(java.lang.String catalogNames)
        Adds a new element to catalogNames.
        Parameters:
        catalogNames - the new element to be added
        Returns:
        the CreatePrestoEngineCatalogsOptions builder
      • engineId

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

        public CreatePrestoEngineCatalogsOptions.Builder catalogNames​(java.util.List<java.lang.String> catalogNames)
        Set the catalogNames. Existing catalogNames will be replaced.
        Parameters:
        catalogNames - the catalogNames
        Returns:
        the CreatePrestoEngineCatalogsOptions builder
      • authInstanceId

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