CustomSignerRequest.Builder |
CustomSignerRequest.Builder.activeDate(Instant activeDate) |
Configure the active date of the signed URL or signed cookie - for custom policies (optional field)
|
static CustomSignerRequest.Builder |
CustomSignerRequest.builder() |
|
CustomSignerRequest.Builder |
CustomSignerRequest.Builder.expirationDate(Instant expirationDate) |
Configure the expiration date of the signed URL or signed cookie
|
CustomSignerRequest.Builder |
CustomSignerRequest.Builder.ipRange(String ipRange) |
Configure the IP range of the signed URL or signed cookie - for custom policies (optional field)
|
CustomSignerRequest.Builder |
CustomSignerRequest.Builder.keyPairId(String keyPairId) |
Configure the ID of the key pair stored in the AWS account
|
CustomSignerRequest.Builder |
CustomSignerRequest.Builder.privateKey(Path keyFile) |
Configure the private key to be used to sign the policy.
|
CustomSignerRequest.Builder |
CustomSignerRequest.Builder.privateKey(PrivateKey privateKey) |
Configure the private key to be used to sign the policy.
|
CustomSignerRequest.Builder |
CustomSignerRequest.Builder.resourceUrl(String resourceUrl) |
Configure the resource URL to be signed
|
CustomSignerRequest.Builder |
CustomSignerRequest.Builder.resourceUrlPattern(String resourceUrlPattern) |
Configure the resource URL pattern to be used in the policy
|
CustomSignerRequest.Builder |
CustomSignerRequest.toBuilder() |
|