public static interface GetCloudFrontOriginAccessIdentityResponse.Builder extends CloudFrontResponse.Builder, CopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
default GetCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
GetCloudFrontOriginAccessIdentityResponse.Builder |
eTag(String eTag)
The current version of the origin access identity's information.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity - The origin access identity's information.default GetCloudFrontOriginAccessIdentityResponse.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)GetCloudFrontOriginAccessIdentityResponse.Builder eTag(String eTag)
The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.
eTag - The current version of the origin access identity's information. For example:
E2QWRUHAPOMQZL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.