public static interface EnableFastSnapshotRestoreSuccessItem.Builder extends SdkPojo, CopyableBuilder<EnableFastSnapshotRestoreSuccessItem.Builder,EnableFastSnapshotRestoreSuccessItem>
| Modifier and Type | Method and Description |
|---|---|
EnableFastSnapshotRestoreSuccessItem.Builder |
availabilityZone(String availabilityZone)
The Availability Zone.
|
EnableFastSnapshotRestoreSuccessItem.Builder |
disabledTime(Instant disabledTime)
The time at which fast snapshot restores entered the
disabled state. |
EnableFastSnapshotRestoreSuccessItem.Builder |
disablingTime(Instant disablingTime)
The time at which fast snapshot restores entered the
disabling state. |
EnableFastSnapshotRestoreSuccessItem.Builder |
enabledTime(Instant enabledTime)
The time at which fast snapshot restores entered the
enabled state. |
EnableFastSnapshotRestoreSuccessItem.Builder |
enablingTime(Instant enablingTime)
The time at which fast snapshot restores entered the
enabling state. |
EnableFastSnapshotRestoreSuccessItem.Builder |
optimizingTime(Instant optimizingTime)
The time at which fast snapshot restores entered the
optimizing state. |
EnableFastSnapshotRestoreSuccessItem.Builder |
ownerAlias(String ownerAlias)
The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot.
|
EnableFastSnapshotRestoreSuccessItem.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.
|
EnableFastSnapshotRestoreSuccessItem.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
EnableFastSnapshotRestoreSuccessItem.Builder |
state(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores.
|
EnableFastSnapshotRestoreSuccessItem.Builder |
state(String state)
The state of fast snapshot restores.
|
EnableFastSnapshotRestoreSuccessItem.Builder |
stateTransitionReason(String stateTransitionReason)
The reason for the state transition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableFastSnapshotRestoreSuccessItem.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.EnableFastSnapshotRestoreSuccessItem.Builder availabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone - The Availability Zone.EnableFastSnapshotRestoreSuccessItem.Builder state(String state)
The state of fast snapshot restores.
state - The state of fast snapshot restores.FastSnapshotRestoreStateCode,
FastSnapshotRestoreStateCodeEnableFastSnapshotRestoreSuccessItem.Builder state(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores.
state - The state of fast snapshot restores.FastSnapshotRestoreStateCode,
FastSnapshotRestoreStateCodeEnableFastSnapshotRestoreSuccessItem.Builder stateTransitionReason(String stateTransitionReason)
The reason for the state transition. The possible values are as follows:
Client.UserInitiated - The state successfully transitioned to enabling or
disabling.
Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to
optimizing, enabled, or disabled.
stateTransitionReason - The reason for the state transition. The possible values are as follows:
Client.UserInitiated - The state successfully transitioned to enabling or
disabling.
Client.UserInitiated - Lifecycle state transition - The state successfully transitioned
to optimizing, enabled, or disabled.
EnableFastSnapshotRestoreSuccessItem.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.
ownerId - The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.EnableFastSnapshotRestoreSuccessItem.Builder ownerAlias(String ownerAlias)
The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.
ownerAlias - The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is
intended for future use.EnableFastSnapshotRestoreSuccessItem.Builder enablingTime(Instant enablingTime)
The time at which fast snapshot restores entered the enabling state.
enablingTime - The time at which fast snapshot restores entered the enabling state.EnableFastSnapshotRestoreSuccessItem.Builder optimizingTime(Instant optimizingTime)
The time at which fast snapshot restores entered the optimizing state.
optimizingTime - The time at which fast snapshot restores entered the optimizing state.EnableFastSnapshotRestoreSuccessItem.Builder enabledTime(Instant enabledTime)
The time at which fast snapshot restores entered the enabled state.
enabledTime - The time at which fast snapshot restores entered the enabled state.EnableFastSnapshotRestoreSuccessItem.Builder disablingTime(Instant disablingTime)
The time at which fast snapshot restores entered the disabling state.
disablingTime - The time at which fast snapshot restores entered the disabling state.EnableFastSnapshotRestoreSuccessItem.Builder disabledTime(Instant disabledTime)
The time at which fast snapshot restores entered the disabled state.
disabledTime - The time at which fast snapshot restores entered the disabled state.Copyright © 2022. All rights reserved.