public static interface OriginAccessControlSummary.Builder extends SdkPojo, CopyableBuilder<OriginAccessControlSummary.Builder,OriginAccessControlSummary>
| Modifier and Type | Method and Description |
|---|---|
OriginAccessControlSummary.Builder |
description(String description)
A description of the origin access control.
|
OriginAccessControlSummary.Builder |
id(String id)
The unique identifier of the origin access control.
|
OriginAccessControlSummary.Builder |
name(String name)
A unique name that identifies the origin access control.
|
OriginAccessControlSummary.Builder |
originAccessControlOriginType(OriginAccessControlOriginTypes originAccessControlOriginType)
The type of origin that this origin access control is for.
|
OriginAccessControlSummary.Builder |
originAccessControlOriginType(String originAccessControlOriginType)
The type of origin that this origin access control is for.
|
OriginAccessControlSummary.Builder |
signingBehavior(OriginAccessControlSigningBehaviors signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to).
|
OriginAccessControlSummary.Builder |
signingBehavior(String signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to).
|
OriginAccessControlSummary.Builder |
signingProtocol(OriginAccessControlSigningProtocols signingProtocol)
The signing protocol of the origin access control.
|
OriginAccessControlSummary.Builder |
signingProtocol(String signingProtocol)
The signing protocol of the origin access control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOriginAccessControlSummary.Builder id(String id)
The unique identifier of the origin access control.
id - The unique identifier of the origin access control.OriginAccessControlSummary.Builder description(String description)
A description of the origin access control.
description - A description of the origin access control.OriginAccessControlSummary.Builder name(String name)
A unique name that identifies the origin access control.
name - A unique name that identifies the origin access control.OriginAccessControlSummary.Builder signingProtocol(String signingProtocol)
The signing protocol of the origin access control. The signing protocol determines how CloudFront signs
(authenticates) requests. The only valid value is sigv4.
signingProtocol - The signing protocol of the origin access control. The signing protocol determines how CloudFront
signs (authenticates) requests. The only valid value is sigv4.OriginAccessControlSigningProtocols,
OriginAccessControlSigningProtocolsOriginAccessControlSummary.Builder signingProtocol(OriginAccessControlSigningProtocols signingProtocol)
The signing protocol of the origin access control. The signing protocol determines how CloudFront signs
(authenticates) requests. The only valid value is sigv4.
signingProtocol - The signing protocol of the origin access control. The signing protocol determines how CloudFront
signs (authenticates) requests. The only valid value is sigv4.OriginAccessControlSigningProtocols,
OriginAccessControlSigningProtocolsOriginAccessControlSummary.Builder signingBehavior(String signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to). This field can have one of the following values:
never – CloudFront doesn't sign any origin requests.
always – CloudFront signs all origin requests, overwriting the Authorization header
from the viewer request if necessary.
no-override – If the viewer request doesn't contain the Authorization header,
CloudFront signs the origin request. If the viewer request contains the Authorization header,
CloudFront doesn't sign the origin request, but instead passes along the Authorization header
that it received in the viewer request.
signingBehavior - A value that specifies which requests CloudFront signs (adds authentication information to). This
field can have one of the following values:
never – CloudFront doesn't sign any origin requests.
always – CloudFront signs all origin requests, overwriting the Authorization
header from the viewer request if necessary.
no-override – If the viewer request doesn't contain the Authorization
header, CloudFront signs the origin request. If the viewer request contains the
Authorization header, CloudFront doesn't sign the origin request, but instead passes
along the Authorization header that it received in the viewer request.
OriginAccessControlSigningBehaviors,
OriginAccessControlSigningBehaviorsOriginAccessControlSummary.Builder signingBehavior(OriginAccessControlSigningBehaviors signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to). This field can have one of the following values:
never – CloudFront doesn't sign any origin requests.
always – CloudFront signs all origin requests, overwriting the Authorization header
from the viewer request if necessary.
no-override – If the viewer request doesn't contain the Authorization header,
CloudFront signs the origin request. If the viewer request contains the Authorization header,
CloudFront doesn't sign the origin request, but instead passes along the Authorization header
that it received in the viewer request.
signingBehavior - A value that specifies which requests CloudFront signs (adds authentication information to). This
field can have one of the following values:
never – CloudFront doesn't sign any origin requests.
always – CloudFront signs all origin requests, overwriting the Authorization
header from the viewer request if necessary.
no-override – If the viewer request doesn't contain the Authorization
header, CloudFront signs the origin request. If the viewer request contains the
Authorization header, CloudFront doesn't sign the origin request, but instead passes
along the Authorization header that it received in the viewer request.
OriginAccessControlSigningBehaviors,
OriginAccessControlSigningBehaviorsOriginAccessControlSummary.Builder originAccessControlOriginType(String originAccessControlOriginType)
The type of origin that this origin access control is for.
originAccessControlOriginType - The type of origin that this origin access control is for.OriginAccessControlOriginTypes,
OriginAccessControlOriginTypesOriginAccessControlSummary.Builder originAccessControlOriginType(OriginAccessControlOriginTypes originAccessControlOriginType)
The type of origin that this origin access control is for.
originAccessControlOriginType - The type of origin that this origin access control is for.OriginAccessControlOriginTypes,
OriginAccessControlOriginTypesCopyright © 2023. All rights reserved.