public static interface KeyGroup.Builder extends SdkPojo, CopyableBuilder<KeyGroup.Builder,KeyGroup>
| Modifier and Type | Method and Description |
|---|---|
KeyGroup.Builder |
id(String id)
The identifier for the key group.
|
default KeyGroup.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyGroup.Builder id(String id)
The identifier for the key group.
id - The identifier for the key group.KeyGroup.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time when the key group was last modified.
lastModifiedTime - The date and time when the key group was last modified.KeyGroup.Builder keyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
keyGroupConfig - The key group configuration.default KeyGroup.Builder keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig)
The key group configuration.
This is a convenience that creates an instance of theKeyGroupConfig.Builder avoiding the need to
create one manually via KeyGroupConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to keyGroupConfig(KeyGroupConfig).keyGroupConfig - a consumer that will call methods on KeyGroupConfig.BuilderkeyGroupConfig(KeyGroupConfig)Copyright © 2021. All rights reserved.