public static interface UpdateCloudFrontOriginAccessIdentityResponse.Builder extends CloudFrontResponse.Builder, CopyableBuilder<UpdateCloudFrontOriginAccessIdentityResponse.Builder,UpdateCloudFrontOriginAccessIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
default UpdateCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
UpdateCloudFrontOriginAccessIdentityResponse.Builder |
eTag(String eTag)
The current version of the configuration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity - The origin access identity's information.default UpdateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.
This is a convenience that creates an instance of theCloudFrontOriginAccessIdentity.Builder avoiding
the need to create one manually via CloudFrontOriginAccessIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity).cloudFrontOriginAccessIdentity - a consumer that will call methods on CloudFrontOriginAccessIdentity.BuildercloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)UpdateCloudFrontOriginAccessIdentityResponse.Builder eTag(String eTag)
The current version of the configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.