public static interface CloudFrontOriginAccessIdentityConfig.Builder extends CopyableBuilder<CloudFrontOriginAccessIdentityConfig.Builder,CloudFrontOriginAccessIdentityConfig>
Modifier and Type | Method and Description |
---|---|
CloudFrontOriginAccessIdentityConfig.Builder |
callerReference(String callerReference)
A unique number that ensures the request can't be replayed.
|
CloudFrontOriginAccessIdentityConfig.Builder |
comment(String comment)
Any comments you want to include about the origin access identity.
|
copy
applyMutation, build
CloudFrontOriginAccessIdentityConfig.Builder callerReference(String callerReference)
A unique number that ensures the request can't be replayed.
If the CallerReference
is new (no matter the content of the
CloudFrontOriginAccessIdentityConfig
object), a new origin access identity is created.
If the CallerReference
is a value already sent in a previous identity request, and the content
of the CloudFrontOriginAccessIdentityConfig
is identical to the original request (ignoring white
space), the response includes the same information returned to the original request.
If the CallerReference
is a value you already sent in a previous request to create an identity,
but the content of the CloudFrontOriginAccessIdentityConfig
is different from the original
request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
error.
callerReference
- A unique number that ensures the request can't be replayed.
If the CallerReference
is new (no matter the content of the
CloudFrontOriginAccessIdentityConfig
object), a new origin access identity is created.
If the CallerReference
is a value already sent in a previous identity request, and the
content of the CloudFrontOriginAccessIdentityConfig
is identical to the original request
(ignoring white space), the response includes the same information returned to the original request.
If the CallerReference
is a value you already sent in a previous request to create an
identity, but the content of the CloudFrontOriginAccessIdentityConfig
is different from
the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists
error.
CloudFrontOriginAccessIdentityConfig.Builder comment(String comment)
Any comments you want to include about the origin access identity.
comment
- Any comments you want to include about the origin access identity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.