@Immutable @ThreadSafe public final class DefaultCookiesForCustomPolicy extends Object implements CookiesForCustomPolicy
CookiesForCustomPolicy.BuilderCOOKIE| Modifier and Type | Method and Description |
|---|---|
static CookiesForCustomPolicy.Builder |
builder() |
SdkHttpRequest |
createHttpGetRequest()
Generates an HTTP GET request that can be executed by an HTTP client to access the resource
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
keyPairIdHeaderValue()
Returns the cookie key-pair-Id header value that can be appended to an HTTP GET request
i.e., "CloudFront-Key-Pair-Id=[KEY_PAIR_ID_VALUE]"
|
String |
policyHeaderValue()
Returns the cookie policy header value that can be appended to an HTTP GET request
i.e., "CloudFront-Policy=[POLICY_VALUE]"
|
String |
resourceUrl()
Returns the resource URL
|
String |
signatureHeaderValue()
Returns the cookie signature header value that can be appended to an HTTP GET request
i.e., "CloudFront-Signature=[SIGNATURE_VALUE]"
|
CookiesForCustomPolicy.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic static CookiesForCustomPolicy.Builder builder()
public CookiesForCustomPolicy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CookiesForCustomPolicy.Builder,CookiesForCustomPolicy>public String resourceUrl()
SignedCookieresourceUrl in interface SignedCookiepublic SdkHttpRequest createHttpGetRequest()
SignedCookiecreateHttpGetRequest in interface SignedCookiepublic String signatureHeaderValue()
SignedCookiesignatureHeaderValue in interface SignedCookiepublic String keyPairIdHeaderValue()
SignedCookiekeyPairIdHeaderValue in interface SignedCookiepublic String policyHeaderValue()
CookiesForCustomPolicypolicyHeaderValue in interface CookiesForCustomPolicyCopyright © 2023. All rights reserved.