Uses of Interface
software.amazon.awssdk.services.inspector2.model.Ec2Metadata.Builder
-
Packages that use Ec2Metadata.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Ec2Metadata.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Ec2Metadata.Builder Modifier and Type Method Description Ec2Metadata.BuilderEc2Metadata.Builder. amiId(String amiId)The ID of the Amazon Machine Image (AMI) used to launch the instance.static Ec2Metadata.BuilderEc2Metadata. builder()Ec2Metadata.BuilderEc2Metadata.Builder. platform(String platform)The platform of the instance.Ec2Metadata.BuilderEc2Metadata.Builder. platform(Ec2Platform platform)The platform of the instance.Ec2Metadata.BuilderEc2Metadata.Builder. tags(Map<String,String> tags)The tags attached to the instance.Ec2Metadata.BuilderEc2Metadata. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Ec2Metadata.Builder Modifier and Type Method Description static Class<? extends Ec2Metadata.Builder>Ec2Metadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Ec2Metadata.Builder Modifier and Type Method Description default ResourceScanMetadata.BuilderResourceScanMetadata.Builder. ec2(Consumer<Ec2Metadata.Builder> ec2)An object that contains metadata details for an Amazon EC2 instance.
-