Interface DeleteFileSystemOpenZFSResponse.Builder

  • Method Details

    • finalBackupId

      DeleteFileSystemOpenZFSResponse.Builder finalBackupId(String finalBackupId)
      Sets the value of the FinalBackupId property for this object.
      Parameters:
      finalBackupId - The new value for the FinalBackupId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • finalBackupTags

      DeleteFileSystemOpenZFSResponse.Builder finalBackupTags(Collection<Tag> finalBackupTags)
      Sets the value of the FinalBackupTags property for this object.
      Parameters:
      finalBackupTags - The new value for the FinalBackupTags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • finalBackupTags

      DeleteFileSystemOpenZFSResponse.Builder finalBackupTags(Tag... finalBackupTags)
      Sets the value of the FinalBackupTags property for this object.
      Parameters:
      finalBackupTags - The new value for the FinalBackupTags property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • finalBackupTags

      DeleteFileSystemOpenZFSResponse.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
      Sets the value of the FinalBackupTags property for this object. This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to finalBackupTags(List<Tag>).

      Parameters:
      finalBackupTags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: