Class CreatePrestissimoEngineOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public CreatePrestissimoEngineOptions build()
        Builds a CreatePrestissimoEngineOptions.
        Returns:
        the new CreatePrestissimoEngineOptions instance
      • addAssociatedCatalogs

        public CreatePrestissimoEngineOptions.Builder addAssociatedCatalogs​(java.lang.String associatedCatalogs)
        Adds a new element to associatedCatalogs.
        Parameters:
        associatedCatalogs - the new element to be added
        Returns:
        the CreatePrestissimoEngineOptions builder
      • addTags

        public CreatePrestissimoEngineOptions.Builder addTags​(java.lang.String tags)
        Adds a new element to tags.
        Parameters:
        tags - the new element to be added
        Returns:
        the CreatePrestissimoEngineOptions builder
      • origin

        public CreatePrestissimoEngineOptions.Builder origin​(java.lang.String origin)
        Set the origin.
        Parameters:
        origin - the origin
        Returns:
        the CreatePrestissimoEngineOptions builder
      • associatedCatalogs

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

        public CreatePrestissimoEngineOptions.Builder description​(java.lang.String description)
        Set the description.
        Parameters:
        description - the description
        Returns:
        the CreatePrestissimoEngineOptions builder
      • engineDisplayName

        public CreatePrestissimoEngineOptions.Builder engineDisplayName​(java.lang.String engineDisplayName)
        Set the engineDisplayName.
        Parameters:
        engineDisplayName - the engineDisplayName
        Returns:
        the CreatePrestissimoEngineOptions builder
      • region

        public CreatePrestissimoEngineOptions.Builder region​(java.lang.String region)
        Set the region.
        Parameters:
        region - the region
        Returns:
        the CreatePrestissimoEngineOptions builder
      • tags

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

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

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