Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KGKeyPairIds.Builder
-
Packages that use KGKeyPairIds.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KGKeyPairIds.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KGKeyPairIds.Builder Modifier and Type Method Description static KGKeyPairIds.BuilderKGKeyPairIds. builder()KGKeyPairIds.BuilderKGKeyPairIds.Builder. keyGroupId(String keyGroupId)The identifier of the key group that contains the public keys.default KGKeyPairIds.BuilderKGKeyPairIds.Builder. keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)Sets the value of the KeyPairIds property for this object.KGKeyPairIds.BuilderKGKeyPairIds.Builder. keyPairIds(KeyPairIds keyPairIds)Sets the value of the KeyPairIds property for this object.KGKeyPairIds.BuilderKGKeyPairIds. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KGKeyPairIds.Builder Modifier and Type Method Description static Class<? extends KGKeyPairIds.Builder>KGKeyPairIds. serializableBuilderClass()
-