AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.amiTags(Map<String,String> amiTags) |
The tags to apply to AMIs distributed to this Region.
|
static AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.builder() |
|
AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.description(String description) |
The description of the AMI distribution configuration.
|
AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.kmsKeyId(String kmsKeyId) |
The KMS key identifier used to encrypt the distributed image.
|
default AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.launchPermission(Consumer<LaunchPermissionConfiguration.Builder> launchPermission) |
Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch
instances.
|
AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.launchPermission(LaunchPermissionConfiguration launchPermission) |
Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch
instances.
|
AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.name(String name) |
The name of the output AMI.
|
AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.targetAccountIds(String... targetAccountIds) |
The ID of an account to which you want to distribute an image.
|
AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.Builder.targetAccountIds(Collection<String> targetAccountIds) |
The ID of an account to which you want to distribute an image.
|
AmiDistributionConfiguration.Builder |
AmiDistributionConfiguration.toBuilder() |
|