public static interface Ec2Metadata.Builder extends SdkPojo, CopyableBuilder<Ec2Metadata.Builder,Ec2Metadata>
| Modifier and Type | Method and Description |
|---|---|
Ec2Metadata.Builder |
amiId(String amiId)
The ID of the Amazon Machine Image (AMI) used to launch the instance.
|
Ec2Metadata.Builder |
platform(Ec2Platform platform)
The platform of the instance.
|
Ec2Metadata.Builder |
platform(String platform)
The platform of the instance.
|
Ec2Metadata.Builder |
tags(Map<String,String> tags)
The tags attached to the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEc2Metadata.Builder amiId(String amiId)
The ID of the Amazon Machine Image (AMI) used to launch the instance.
amiId - The ID of the Amazon Machine Image (AMI) used to launch the instance.Ec2Metadata.Builder platform(String platform)
The platform of the instance.
platform - The platform of the instance.Ec2Platform,
Ec2PlatformEc2Metadata.Builder platform(Ec2Platform platform)
The platform of the instance.
platform - The platform of the instance.Ec2Platform,
Ec2PlatformEc2Metadata.Builder tags(Map<String,String> tags)
The tags attached to the instance.
tags - The tags attached to the instance.Copyright © 2023. All rights reserved.