Class UpdateSyncCatalogOptions.Builder

  • Enclosing class:
    UpdateSyncCatalogOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public UpdateSyncCatalogOptions build()
        Builds a UpdateSyncCatalogOptions.
        Returns:
        the new UpdateSyncCatalogOptions instance
      • catalogId

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

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

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