Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceImageMetadata.Builder
Packages that use InstanceImageMetadata.Builder
-
Uses of InstanceImageMetadata.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceImageMetadata.BuilderModifier and TypeMethodDescriptionInstanceImageMetadata.Builder.availabilityZone(String availabilityZone) The Availability Zone or Local Zone of the instance.InstanceImageMetadata.builder()default InstanceImageMetadata.BuilderInstanceImageMetadata.Builder.imageMetadata(Consumer<ImageMetadata.Builder> imageMetadata) Information about the AMI used to launch the instance.InstanceImageMetadata.Builder.imageMetadata(ImageMetadata imageMetadata) Information about the AMI used to launch the instance.InstanceImageMetadata.Builder.instanceId(String instanceId) The ID of the instance.InstanceImageMetadata.Builder.instanceType(String instanceType) The instance type.InstanceImageMetadata.Builder.instanceType(InstanceType instanceType) The instance type.InstanceImageMetadata.Builder.launchTime(Instant launchTime) The time the instance was launched.default InstanceImageMetadata.BuilderInstanceImageMetadata.Builder.operator(Consumer<OperatorResponse.Builder> operator) The entity that manages the instance.InstanceImageMetadata.Builder.operator(OperatorResponse operator) The entity that manages the instance.The ID of the Amazon Web Services account that owns the instance.default InstanceImageMetadata.BuilderInstanceImageMetadata.Builder.state(Consumer<InstanceState.Builder> state) The current state of the instance.InstanceImageMetadata.Builder.state(InstanceState state) The current state of the instance.InstanceImageMetadata.Builder.tags(Collection<Tag> tags) Any tags assigned to the instance.InstanceImageMetadata.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the instance.Any tags assigned to the instance.InstanceImageMetadata.toBuilder()The ID of the Availability Zone or Local Zone of the instance.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceImageMetadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstanceImageMetadata.Builder>InstanceImageMetadata.serializableBuilderClass()