Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyPairIds.Builder
-
Packages that use KeyPairIds.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KeyPairIds.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyPairIds.Builder Modifier and Type Method Description static KeyPairIds.BuilderKeyPairIds. builder()KeyPairIds.BuilderKeyPairIds.Builder. items(String... items)A list of CloudFront key pair identifiers.KeyPairIds.BuilderKeyPairIds.Builder. items(Collection<String> items)A list of CloudFront key pair identifiers.KeyPairIds.BuilderKeyPairIds.Builder. quantity(Integer quantity)The number of key pair identifiers in the list.KeyPairIds.BuilderKeyPairIds. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyPairIds.Builder Modifier and Type Method Description static Class<? extends KeyPairIds.Builder>KeyPairIds. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyPairIds.Builder Modifier and Type Method Description default KGKeyPairIds.BuilderKGKeyPairIds.Builder. keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)Sets the value of the KeyPairIds property for this object.default Signer.BuilderSigner.Builder. keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)A list of CloudFront key pair identifiers.
-