CopyableBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,GetCloudFrontOriginAccessIdentityConfigResponse>
, SdkBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,GetCloudFrontOriginAccessIdentityConfigResponse>
public static interface GetCloudFrontOriginAccessIdentityConfigResponse.Builder extends CopyableBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,GetCloudFrontOriginAccessIdentityConfigResponse>
Modifier and Type | Method | Description |
---|---|---|
GetCloudFrontOriginAccessIdentityConfigResponse.Builder |
cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig) |
The origin access identity's configuration information.
|
GetCloudFrontOriginAccessIdentityConfigResponse.Builder |
eTag(String eTag) |
The current version of the configuration.
|
copy
apply, build
GetCloudFrontOriginAccessIdentityConfigResponse.Builder cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The origin access identity's configuration information.
cloudFrontOriginAccessIdentityConfig
- The origin access identity's configuration information.GetCloudFrontOriginAccessIdentityConfigResponse.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.