Interface DeleteFileSystemLustreResponse.Builder

    • Method Detail

      • finalBackupId

        DeleteFileSystemLustreResponse.Builder finalBackupId​(String finalBackupId)

        The ID of the final backup for this file system.

        Parameters:
        finalBackupId - The ID of the final backup for this file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalBackupTags

        DeleteFileSystemLustreResponse.Builder finalBackupTags​(Collection<Tag> finalBackupTags)

        The set of tags applied to the final backup.

        Parameters:
        finalBackupTags - The set of tags applied to the final backup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalBackupTags

        DeleteFileSystemLustreResponse.Builder finalBackupTags​(Tag... finalBackupTags)

        The set of tags applied to the final backup.

        Parameters:
        finalBackupTags - The set of tags applied to the final backup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalBackupTags

        DeleteFileSystemLustreResponse.Builder finalBackupTags​(Consumer<Tag.Builder>... finalBackupTags)

        The set of tags applied to the final backup.

        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).

        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:
        #finalBackupTags(java.util.Collection)