@Immutable @ThreadSafe public final class CustomSignerRequest extends Object implements CloudFrontSignerRequest, ToCopyableBuilder<CustomSignerRequest.Builder,CustomSignerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomSignerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
activeDate()
Returns the active date, before which users will not yet be able to use the signed URL/cookie to access your private
content
|
static CustomSignerRequest.Builder |
builder()
Create a builder that can be used to create a
CustomSignerRequest |
boolean |
equals(Object o) |
Instant |
expirationDate()
Returns the expiration date, after which users will no longer be able to use the signed URL/cookie to access your
private content
|
int |
hashCode() |
String |
ipRange()
Returns the IP range of the users allowed to access your private content
|
String |
keyPairId()
Returns the key pair ID, i.e., the public key ID for the CloudFront public key whose corresponding private key you're
using to generate the signature
|
PrivateKey |
privateKey()
Returns the private key used to generate the signature
|
String |
resourceUrl()
Returns the resource URL, i.e., the unsigned URL
|
CustomSignerRequest.Builder |
toBuilder() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcopypublic static CustomSignerRequest.Builder builder()
CustomSignerRequestpublic CustomSignerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomSignerRequest.Builder,CustomSignerRequest>public String resourceUrl()
CloudFrontSignerRequestresourceUrl in interface CloudFrontSignerRequestpublic PrivateKey privateKey()
CloudFrontSignerRequestprivateKey in interface CloudFrontSignerRequestpublic String keyPairId()
CloudFrontSignerRequestkeyPairId in interface CloudFrontSignerRequestpublic Instant expirationDate()
CloudFrontSignerRequestexpirationDate in interface CloudFrontSignerRequestpublic Instant activeDate()
public String ipRange()
Copyright © 2023. All rights reserved.