Interface CookiesForCannedPolicy.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CookiesForCannedPolicy.Builder,,CookiesForCannedPolicy> SdkBuilder<CookiesForCannedPolicy.Builder,CookiesForCannedPolicy>
- Enclosing interface:
CookiesForCannedPolicy
@NotThreadSafe
public static interface CookiesForCannedPolicy.Builder
extends CopyableBuilder<CookiesForCannedPolicy.Builder,CookiesForCannedPolicy>
-
Method Summary
Modifier and TypeMethodDescriptionexpiresHeaderValue(String expiresHeaderValue) Configure the cookie expires header valuehashAlgorithmHeaderValue(String hashAlgorithmHeaderValue) Configure the cookie hash-algorithm header valuekeyPairIdHeaderValue(String keyPairIdHeaderValue) Configure the cookie key pair ID header valueresourceUrl(String resourceUrl) Configure the resource URLsignatureHeaderValue(String signatureHeaderValue) Configure the cookie signature header valueMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Method Details
-
resourceUrl
Configure the resource URL -
signatureHeaderValue
Configure the cookie signature header value -
keyPairIdHeaderValue
Configure the cookie key pair ID header value -
expiresHeaderValue
Configure the cookie expires header value -
hashAlgorithmHeaderValue
Configure the cookie hash-algorithm header value
-