Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreateKeyGroupResponse.Builder
-
Packages that use CreateKeyGroupResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CreateKeyGroupResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CreateKeyGroupResponse.Builder Modifier and Type Method Description static CreateKeyGroupResponse.BuilderCreateKeyGroupResponse. builder()CreateKeyGroupResponse.BuilderCreateKeyGroupResponse.Builder. eTag(String eTag)The identifier for this version of the key group.default CreateKeyGroupResponse.BuilderCreateKeyGroupResponse.Builder. keyGroup(Consumer<KeyGroup.Builder> keyGroup)The key group that was just created.CreateKeyGroupResponse.BuilderCreateKeyGroupResponse.Builder. keyGroup(KeyGroup keyGroup)The key group that was just created.CreateKeyGroupResponse.BuilderCreateKeyGroupResponse.Builder. location(String location)The URL of the key group.CreateKeyGroupResponse.BuilderCreateKeyGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreateKeyGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateKeyGroupResponse.Builder>CreateKeyGroupResponse. serializableBuilderClass()
-