Uses of Interface
software.amazon.awssdk.services.ec2.model.KeyPairInfo.Builder
Packages that use KeyPairInfo.Builder
-
Uses of KeyPairInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return KeyPairInfo.BuilderModifier and TypeMethodDescriptionstatic KeyPairInfo.BuilderKeyPairInfo.builder()KeyPairInfo.Builder.createTime(Instant createTime) If you used Amazon EC2 to create the key pair, this is the date and time when the key was created, in ISO 8601 date-time format, in the UTC time zone.KeyPairInfo.Builder.keyFingerprint(String keyFingerprint) If you used CreateKeyPair to create the key pair:The name of the key pair.The ID of the key pair.The type of key pair.The type of key pair.The public key material.KeyPairInfo.Builder.tags(Collection<Tag> tags) Any tags applied to the key pair.KeyPairInfo.Builder.tags(Consumer<Tag.Builder>... tags) Any tags applied to the key pair.Any tags applied to the key pair.KeyPairInfo.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type KeyPairInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyPairInfo.Builder>KeyPairInfo.serializableBuilderClass()