Interface Ec2Metadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Ec2Metadata.Builder,
,Ec2Metadata> SdkBuilder<Ec2Metadata.Builder,
,Ec2Metadata> SdkPojo
- Enclosing class:
Ec2Metadata
@Mutable
@NotThreadSafe
public static interface Ec2Metadata.Builder
extends SdkPojo, CopyableBuilder<Ec2Metadata.Builder,Ec2Metadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Machine Image (AMI) used to launch the instance.The platform of the instance.platform
(Ec2Platform platform) The platform of the instance.The tags attached to the instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
amiId
The ID of the Amazon Machine Image (AMI) used to launch the instance.
- Parameters:
amiId
- The ID of the Amazon Machine Image (AMI) used to launch the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The platform of the instance.
- Parameters:
platform
- The platform of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platform
The platform of the instance.
- Parameters:
platform
- The platform of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags attached to the instance.
- Parameters:
tags
- The tags attached to the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-