public static interface DescribeFastSnapshotRestoreSuccessItem.Builder extends SdkPojo, CopyableBuilder<DescribeFastSnapshotRestoreSuccessItem.Builder,DescribeFastSnapshotRestoreSuccessItem>
| Modifier and Type | Method and Description |
|---|---|
DescribeFastSnapshotRestoreSuccessItem.Builder |
availabilityZone(String availabilityZone)
The Availability Zone.
|
DescribeFastSnapshotRestoreSuccessItem.Builder |
disabledTime(Instant disabledTime)
The time at which fast snapshot restores entered the
disabled state. |
DescribeFastSnapshotRestoreSuccessItem.Builder |
disablingTime(Instant disablingTime)
The time at which fast snapshot restores entered the
disabling state. |
DescribeFastSnapshotRestoreSuccessItem.Builder |
enabledTime(Instant enabledTime)
The time at which fast snapshot restores entered the
enabled state. |
DescribeFastSnapshotRestoreSuccessItem.Builder |
enablingTime(Instant enablingTime)
The time at which fast snapshot restores entered the
enabling state. |
DescribeFastSnapshotRestoreSuccessItem.Builder |
optimizingTime(Instant optimizingTime)
The time at which fast snapshot restores entered the
optimizing state. |
DescribeFastSnapshotRestoreSuccessItem.Builder |
ownerAlias(String ownerAlias)
The alias of the snapshot owner.
|
DescribeFastSnapshotRestoreSuccessItem.Builder |
ownerId(String ownerId)
The ID of the AWS account that owns the snapshot.
|
DescribeFastSnapshotRestoreSuccessItem.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
DescribeFastSnapshotRestoreSuccessItem.Builder |
state(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores.
|
DescribeFastSnapshotRestoreSuccessItem.Builder |
state(String state)
The state of fast snapshot restores.
|
DescribeFastSnapshotRestoreSuccessItem.Builder |
stateTransitionReason(String stateTransitionReason)
The reason for the state transition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFastSnapshotRestoreSuccessItem.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.DescribeFastSnapshotRestoreSuccessItem.Builder availabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone - The Availability Zone.DescribeFastSnapshotRestoreSuccessItem.Builder state(String state)
The state of fast snapshot restores.
state - The state of fast snapshot restores.FastSnapshotRestoreStateCode,
FastSnapshotRestoreStateCodeDescribeFastSnapshotRestoreSuccessItem.Builder state(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores.
state - The state of fast snapshot restores.FastSnapshotRestoreStateCode,
FastSnapshotRestoreStateCodeDescribeFastSnapshotRestoreSuccessItem.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.
DescribeFastSnapshotRestoreSuccessItem.Builder ownerId(String ownerId)
The ID of the AWS account that owns the snapshot.
ownerId - The ID of the AWS account that owns the snapshot.DescribeFastSnapshotRestoreSuccessItem.Builder ownerAlias(String ownerAlias)
The alias of the snapshot owner.
ownerAlias - The alias of the snapshot owner.DescribeFastSnapshotRestoreSuccessItem.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.DescribeFastSnapshotRestoreSuccessItem.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.DescribeFastSnapshotRestoreSuccessItem.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.DescribeFastSnapshotRestoreSuccessItem.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.DescribeFastSnapshotRestoreSuccessItem.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 © 2019. All rights reserved.