public static interface UpdateOriginAccessControlResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateOriginAccessControlResponse.Builder,UpdateOriginAccessControlResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateOriginAccessControlResponse.Builder |
eTag(String eTag)
The new version of the origin access control after it has been updated.
|
default UpdateOriginAccessControlResponse.Builder |
originAccessControl(Consumer<OriginAccessControl.Builder> originAccessControl)
The origin access control after it has been updated.
|
UpdateOriginAccessControlResponse.Builder |
originAccessControl(OriginAccessControl originAccessControl)
The origin access control after it has been updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOriginAccessControlResponse.Builder originAccessControl(OriginAccessControl originAccessControl)
The origin access control after it has been updated.
originAccessControl - The origin access control after it has been updated.default UpdateOriginAccessControlResponse.Builder originAccessControl(Consumer<OriginAccessControl.Builder> originAccessControl)
The origin access control after it has been updated.
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)UpdateOriginAccessControlResponse.Builder eTag(String eTag)
The new version of the origin access control after it has been updated.
eTag - The new version of the origin access control after it has been updated.Copyright © 2023. All rights reserved.