Interface EbsSnapshotDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EbsSnapshotDetails.Builder,,EbsSnapshotDetails> SdkBuilder<EbsSnapshotDetails.Builder,,EbsSnapshotDetails> SdkPojo
- Enclosing class:
EbsSnapshotDetails
@Mutable
@NotThreadSafe
public static interface EbsSnapshotDetails.Builder
extends SdkPojo, CopyableBuilder<EbsSnapshotDetails.Builder,EbsSnapshotDetails>
-
Method Summary
Modifier and TypeMethodDescriptionsnapshotArn(String snapshotArn) The Amazon Resource Name (ARN) of the EBS snapshot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
snapshotArn
The Amazon Resource Name (ARN) of the EBS snapshot.
- Parameters:
snapshotArn- The Amazon Resource Name (ARN) of the EBS snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-