public static interface DescribeSnapshotAttributeResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeSnapshotAttributeResponse.Builder,DescribeSnapshotAttributeResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResponse.Builder |
createVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
DescribeSnapshotAttributeResponse.Builder |
createVolumePermissions(CreateVolumePermission... createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
DescribeSnapshotAttributeResponse.Builder |
productCodes(Collection<ProductCode> productCodes)
A list of product codes.
|
DescribeSnapshotAttributeResponse.Builder |
productCodes(ProductCode... productCodes)
A list of product codes.
|
DescribeSnapshotAttributeResponse.Builder |
snapshotId(String snapshotId)
The ID of the EBS snapshot.
|
build
copy
apply, build
DescribeSnapshotAttributeResponse.Builder createVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
createVolumePermissions
- A list of permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResponse.Builder createVolumePermissions(CreateVolumePermission... createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
createVolumePermissions
- A list of permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResponse.Builder productCodes(Collection<ProductCode> productCodes)
A list of product codes.
productCodes
- A list of product codes.DescribeSnapshotAttributeResponse.Builder productCodes(ProductCode... productCodes)
A list of product codes.
productCodes
- A list of product codes.DescribeSnapshotAttributeResponse.Builder snapshotId(String snapshotId)
The ID of the EBS snapshot.
snapshotId
- The ID of the EBS snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.