Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CustomSignerRequest.Builder
-
Packages that use CustomSignerRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of CustomSignerRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CustomSignerRequest.Builder Modifier and Type Method Description CookiesForCustomPolicyCloudFrontUtilities. 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.SignedUrlCloudFrontUtilities. 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.Builder Modifier and Type Method Description CustomSignerRequest.BuilderCustomSignerRequest.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.BuilderCustomSignerRequest.Builder. expirationDate(Instant expirationDate)Configure the expiration date of the signed URL or signed cookieCustomSignerRequest.BuilderCustomSignerRequest.Builder. ipRange(String ipRange)Configure the IP range of the signed URL or signed cookie - for custom policies (optional field)CustomSignerRequest.BuilderCustomSignerRequest.Builder. keyPairId(String keyPairId)Configure the ID of the key pair stored in the AWS accountCustomSignerRequest.BuilderCustomSignerRequest.Builder. privateKey(Path keyFile)Configure the private key to be used to sign the policy.CustomSignerRequest.BuilderCustomSignerRequest.Builder. privateKey(PrivateKey privateKey)Configure the private key to be used to sign the policy.CustomSignerRequest.BuilderCustomSignerRequest.Builder. resourceUrl(String resourceUrl)Configure the resource URL to be signedCustomSignerRequest.BuilderCustomSignerRequest. toBuilder()
-