public static interface CreateKeyGroupResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateKeyGroupResponse.Builder,CreateKeyGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateKeyGroupResponse.Builder |
eTag(String eTag)
The identifier for this version of the key group.
|
default CreateKeyGroupResponse.Builder |
keyGroup(Consumer<KeyGroup.Builder> keyGroup)
The key group that was just created.
|
CreateKeyGroupResponse.Builder |
keyGroup(KeyGroup keyGroup)
The key group that was just created.
|
CreateKeyGroupResponse.Builder |
location(String location)
The URL of the key group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKeyGroupResponse.Builder keyGroup(KeyGroup keyGroup)
The key group that was just created.
keyGroup - The key group that was just created.default CreateKeyGroupResponse.Builder keyGroup(Consumer<KeyGroup.Builder> keyGroup)
The key group that was just created.
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)CreateKeyGroupResponse.Builder location(String location)
The URL of the key group.
location - The URL of the key group.CreateKeyGroupResponse.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.