Class UpdateSparkEngineBody.Builder

  • Enclosing class:
    UpdateSparkEngineBody

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

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

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

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

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

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

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