public static interface CreateCloudFrontOriginAccessIdentityResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
Modifier and Type | Method and Description |
---|---|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
default CreateCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
eTag(String eTag)
The current version of the origin access identity created.
|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
location(String location)
The fully qualified URI of the new origin access identity just created.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity
- The origin access identity's information.default CreateCloudFrontOriginAccessIdentityResponse.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.Builder
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)
CreateCloudFrontOriginAccessIdentityResponse.Builder location(String location)
The fully qualified URI of the new origin access identity just created.
location
- The fully qualified URI of the new origin access identity just created.CreateCloudFrontOriginAccessIdentityResponse.Builder eTag(String eTag)
The current version of the origin access identity created.
eTag
- The current version of the origin access identity created.Copyright © 2021. All rights reserved.