Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyGroupConfig.Builder
Packages that use KeyGroupConfig.Builder
-
Uses of KeyGroupConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyGroupConfig.BuilderModifier and TypeMethodDescriptionstatic KeyGroupConfig.BuilderKeyGroupConfig.builder()A comment to describe the key group.A list of the identifiers of the public keys in the key group.KeyGroupConfig.Builder.items(Collection<String> items) A list of the identifiers of the public keys in the key group.A name to identify the key group.KeyGroupConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyGroupConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyGroupConfig.Builder>KeyGroupConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyGroupConfig.BuilderModifier and TypeMethodDescriptiondefault CreateKeyGroupRequest.BuilderCreateKeyGroupRequest.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig) A key group configuration.GetKeyGroupConfigResponse.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig) The key group configuration.default KeyGroup.BuilderKeyGroup.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig) The key group configuration.default UpdateKeyGroupRequest.BuilderUpdateKeyGroupRequest.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig) The key group configuration.