Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublicKey.Builder
-
Packages that use PublicKey.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of PublicKey.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublicKey.Builder Modifier and Type Method Description static PublicKey.BuilderPublicKey. builder()PublicKey.BuilderPublicKey.Builder. createdTime(Instant createdTime)The date and time when the public key was uploaded.PublicKey.BuilderPublicKey.Builder. id(String id)The identifier of the public key.default PublicKey.BuilderPublicKey.Builder. publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.PublicKey.BuilderPublicKey.Builder. publicKeyConfig(PublicKeyConfig publicKeyConfig)Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.PublicKey.BuilderPublicKey. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublicKey.Builder Modifier and Type Method Description static Class<? extends PublicKey.Builder>PublicKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type PublicKey.Builder Modifier and Type Method Description default CreatePublicKeyResponse.BuilderCreatePublicKeyResponse.Builder. publicKey(Consumer<PublicKey.Builder> publicKey)The public key.default GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. publicKey(Consumer<PublicKey.Builder> publicKey)The public key.default UpdatePublicKeyResponse.BuilderUpdatePublicKeyResponse.Builder. publicKey(Consumer<PublicKey.Builder> publicKey)The public key.
-