Uses of Interface
software.amazon.awssdk.services.ec2.model.KeyPairInfo.Builder
-
Packages that use KeyPairInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of KeyPairInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return KeyPairInfo.Builder Modifier and Type Method Description static KeyPairInfo.BuilderKeyPairInfo. builder()KeyPairInfo.BuilderKeyPairInfo.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.BuilderKeyPairInfo.Builder. keyFingerprint(String keyFingerprint)If you used CreateKeyPair to create the key pair:KeyPairInfo.BuilderKeyPairInfo.Builder. keyName(String keyName)The name of the key pair.KeyPairInfo.BuilderKeyPairInfo.Builder. keyPairId(String keyPairId)The ID of the key pair.KeyPairInfo.BuilderKeyPairInfo.Builder. keyType(String keyType)The type of key pair.KeyPairInfo.BuilderKeyPairInfo.Builder. keyType(KeyType keyType)The type of key pair.KeyPairInfo.BuilderKeyPairInfo.Builder. publicKey(String publicKey)The public key material.KeyPairInfo.BuilderKeyPairInfo.Builder. tags(Collection<Tag> tags)Any tags applied to the key pair.KeyPairInfo.BuilderKeyPairInfo.Builder. tags(Consumer<Tag.Builder>... tags)Any tags applied to the key pair.KeyPairInfo.BuilderKeyPairInfo.Builder. tags(Tag... tags)Any tags applied to the key pair.KeyPairInfo.BuilderKeyPairInfo. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type KeyPairInfo.Builder Modifier and Type Method Description static Class<? extends KeyPairInfo.Builder>KeyPairInfo. serializableBuilderClass()
-