| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyGroupConfig.Builder |
KeyGroupConfig.builder() |
KeyGroupConfig.Builder |
KeyGroupConfig.Builder.comment(String comment)
A comment to describe the key group.
|
KeyGroupConfig.Builder |
KeyGroupConfig.Builder.items(Collection<String> items)
A list of the identifiers of the public keys in the key group.
|
KeyGroupConfig.Builder |
KeyGroupConfig.Builder.items(String... items)
A list of the identifiers of the public keys in the key group.
|
KeyGroupConfig.Builder |
KeyGroupConfig.Builder.name(String name)
A name to identify the key group.
|
KeyGroupConfig.Builder |
KeyGroupConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KeyGroupConfig.Builder> |
KeyGroupConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateKeyGroupRequest.Builder |
UpdateKeyGroupRequest.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig)
The key group configuration.
|
default GetKeyGroupConfigResponse.Builder |
GetKeyGroupConfigResponse.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig)
The key group configuration.
|
default CreateKeyGroupRequest.Builder |
CreateKeyGroupRequest.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig)
A key group configuration.
|
default KeyGroup.Builder |
KeyGroup.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig)
The key group configuration.
|
Copyright © 2021. All rights reserved.