public static interface DescribeSnapshotAttributeResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.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.
|
buildDescribeSnapshotAttributeResponse.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. All rights reserved.