Class UpdateEngineOptions.Builder

  • Enclosing class:
    UpdateEngineOptions

    public static class UpdateEngineOptions.Builder
    extends java.lang.Object
    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

      • build

        public UpdateEngineOptions build()
        Builds a UpdateEngineOptions.
        Returns:
        the new UpdateEngineOptions instance
      • addTags

        public UpdateEngineOptions.Builder addTags​(java.lang.String tags)
        Adds an tags to tags.
        Parameters:
        tags - the new tags
        Returns:
        the UpdateEngineOptions builder
      • engineId

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

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

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

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

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

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