Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CustomSignerRequest.Builder
Packages that use CustomSignerRequest.Builder
Package
Description
-
Uses of CustomSignerRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CustomSignerRequest.BuilderModifier and TypeMethodDescriptionCloudFrontUtilities.getCookiesForCustomPolicy(Consumer<CustomSignerRequest.Builder> request) Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.CloudFrontUtilities.getSignedUrlWithCustomPolicy(Consumer<CustomSignerRequest.Builder> request) Returns a signed URL that provides tailored access to private content based on an access time window and an ip range. -
Uses of CustomSignerRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CustomSignerRequest.BuilderModifier and TypeMethodDescriptionCustomSignerRequest.Builder.activeDate(Instant activeDate) Configure the active date of the signed URL or signed cookie - for custom policies (optional field)static CustomSignerRequest.BuilderCustomSignerRequest.builder()Create a builder that can be used to create aCustomSignerRequestCustomSignerRequest.Builder.expirationDate(Instant expirationDate) Configure the expiration date of the signed URL or signed cookieConfigure the IP range of the signed URL or signed cookie - for custom policies (optional field)Configure the ID of the key pair stored in the AWS accountCustomSignerRequest.Builder.privateKey(Path keyFile) Configure the private key to be used to sign the policy.CustomSignerRequest.Builder.privateKey(PrivateKey privateKey) Configure the private key to be used to sign the policy.CustomSignerRequest.Builder.resourceUrl(String resourceUrl) Configure the resource URL to be signedCustomSignerRequest.Builder.resourceUrlPattern(String resourceUrlPattern) Configure the resource URL pattern to be used in the policyCustomSignerRequest.toBuilder()