public static interface CreateOriginAccessControlResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateOriginAccessControlResponse.Builder,CreateOriginAccessControlResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateOriginAccessControlResponse.Builder |
eTag(String eTag)
The version identifier for the current version of the origin access control.
|
CreateOriginAccessControlResponse.Builder |
location(String location)
The URL of the origin access control.
|
default CreateOriginAccessControlResponse.Builder |
originAccessControl(Consumer<OriginAccessControl.Builder> originAccessControl)
Contains an origin access control.
|
CreateOriginAccessControlResponse.Builder |
originAccessControl(OriginAccessControl originAccessControl)
Contains an origin access control.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOriginAccessControlResponse.Builder originAccessControl(OriginAccessControl originAccessControl)
Contains an origin access control.
originAccessControl - Contains an origin access control.default CreateOriginAccessControlResponse.Builder originAccessControl(Consumer<OriginAccessControl.Builder> originAccessControl)
Contains an origin access control.
This is a convenience method that creates an instance of theOriginAccessControl.Builder avoiding the
need to create one manually via OriginAccessControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to originAccessControl(OriginAccessControl).
originAccessControl - a consumer that will call methods on OriginAccessControl.BuilderoriginAccessControl(OriginAccessControl)CreateOriginAccessControlResponse.Builder location(String location)
The URL of the origin access control.
location - The URL of the origin access control.CreateOriginAccessControlResponse.Builder eTag(String eTag)
The version identifier for the current version of the origin access control.
eTag - The version identifier for the current version of the origin access control.Copyright © 2023. All rights reserved.