public static interface UpdateKeyGroupResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateKeyGroupResponse.Builder,UpdateKeyGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyGroupResponse.Builder |
eTag(String eTag)
The identifier for this version of the key group.
|
default UpdateKeyGroupResponse.Builder |
keyGroup(Consumer<KeyGroup.Builder> keyGroup)
The key group that was just updated.
|
UpdateKeyGroupResponse.Builder |
keyGroup(KeyGroup keyGroup)
The key group that was just updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateKeyGroupResponse.Builder keyGroup(KeyGroup keyGroup)
The key group that was just updated.
keyGroup - The key group that was just updated.default UpdateKeyGroupResponse.Builder keyGroup(Consumer<KeyGroup.Builder> keyGroup)
The key group that was just updated.
This is a convenience method that creates an instance of theKeyGroup.Builder avoiding the need to
create one manually via KeyGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to keyGroup(KeyGroup).
keyGroup - a consumer that will call methods on KeyGroup.BuilderkeyGroup(KeyGroup)UpdateKeyGroupResponse.Builder eTag(String eTag)
The identifier for this version of the key group.
eTag - The identifier for this version of the key group.Copyright © 2023. All rights reserved.