Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyGroup.Builder
Packages that use KeyGroup.Builder
-
Uses of KeyGroup.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyGroup.BuilderModifier and TypeMethodDescriptionstatic KeyGroup.BuilderKeyGroup.builder()The identifier for the key group.default KeyGroup.BuilderKeyGroup.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig) The key group configuration.KeyGroup.Builder.keyGroupConfig(KeyGroupConfig keyGroupConfig) The key group configuration.KeyGroup.Builder.lastModifiedTime(Instant lastModifiedTime) The date and time when the key group was last modified.KeyGroup.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyGroup.Builder>KeyGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyGroup.BuilderModifier and TypeMethodDescriptiondefault CreateKeyGroupResponse.BuilderCreateKeyGroupResponse.Builder.keyGroup(Consumer<KeyGroup.Builder> keyGroup) The key group that was just created.default GetKeyGroupResponse.BuilderGetKeyGroupResponse.Builder.keyGroup(Consumer<KeyGroup.Builder> keyGroup) The key group.default KeyGroupSummary.BuilderKeyGroupSummary.Builder.keyGroup(Consumer<KeyGroup.Builder> keyGroup) A key group.default UpdateKeyGroupResponse.BuilderUpdateKeyGroupResponse.Builder.keyGroup(Consumer<KeyGroup.Builder> keyGroup) The key group that was just updated.