public static final class ModifySnapshotAttributeRequest.Builder extends Object
public ModifySnapshotAttributeRequest.Builder sourceRegionId(String sourceRegionId)
public ModifySnapshotAttributeRequest.Builder description(String description)
public ModifySnapshotAttributeRequest.Builder disableInstantAccess(Boolean disableInstantAccess)
* true * false Default value: false. > This parameter is no longer used. By default, new normal snapshots of ESSDs are upgraded to instant access snapshots free of charge without the need for additional configurations. For more information, see [Use the instant access feature](~~193667~~).
public ModifySnapshotAttributeRequest.Builder ownerAccount(String ownerAccount)
public ModifySnapshotAttributeRequest.Builder ownerId(Long ownerId)
public ModifySnapshotAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifySnapshotAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifySnapshotAttributeRequest.Builder retentionDays(Integer retentionDays)
> You can extend the retention period of the snapshot and cannot shorten the retention period.
public ModifySnapshotAttributeRequest.Builder snapshotId(String snapshotId)
public ModifySnapshotAttributeRequest.Builder snapshotName(String snapshotName)
The name cannot start with auto because snapshots whose names start with auto are recognized as automatic snapshots.
public ModifySnapshotAttributeRequest build()
Copyright © 2024. All rights reserved.