Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableFastSnapshotRestoreSuccessItem.Builder
Packages that use DisableFastSnapshotRestoreSuccessItem.Builder
-
Uses of DisableFastSnapshotRestoreSuccessItem.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableFastSnapshotRestoreSuccessItem.BuilderModifier and TypeMethodDescriptionDisableFastSnapshotRestoreSuccessItem.Builder.availabilityZone(String availabilityZone) The Availability Zone.DisableFastSnapshotRestoreSuccessItem.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone.DisableFastSnapshotRestoreSuccessItem.builder()DisableFastSnapshotRestoreSuccessItem.Builder.disabledTime(Instant disabledTime) The time at which fast snapshot restores entered thedisabledstate.DisableFastSnapshotRestoreSuccessItem.Builder.disablingTime(Instant disablingTime) The time at which fast snapshot restores entered thedisablingstate.DisableFastSnapshotRestoreSuccessItem.Builder.enabledTime(Instant enabledTime) The time at which fast snapshot restores entered theenabledstate.DisableFastSnapshotRestoreSuccessItem.Builder.enablingTime(Instant enablingTime) The time at which fast snapshot restores entered theenablingstate.DisableFastSnapshotRestoreSuccessItem.Builder.optimizingTime(Instant optimizingTime) The time at which fast snapshot restores entered theoptimizingstate.DisableFastSnapshotRestoreSuccessItem.Builder.ownerAlias(String ownerAlias) The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot.The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.DisableFastSnapshotRestoreSuccessItem.Builder.snapshotId(String snapshotId) The ID of the snapshot.The state of fast snapshot restores for the snapshot.DisableFastSnapshotRestoreSuccessItem.Builder.state(FastSnapshotRestoreStateCode state) The state of fast snapshot restores for the snapshot.DisableFastSnapshotRestoreSuccessItem.Builder.stateTransitionReason(String stateTransitionReason) The reason for the state transition.DisableFastSnapshotRestoreSuccessItem.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableFastSnapshotRestoreSuccessItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisableFastSnapshotRestoreSuccessItem.Builder>DisableFastSnapshotRestoreSuccessItem.serializableBuilderClass()