public static interface GetOriginRequestPolicyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<GetOriginRequestPolicyRequest.Builder,GetOriginRequestPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetOriginRequestPolicyRequest.Builder |
id(String id)
The unique identifier for the origin request policy.
|
GetOriginRequestPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetOriginRequestPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOriginRequestPolicyRequest.Builder id(String id)
The unique identifier for the origin request policy. If the origin request policy is attached to a
distribution's cache behavior, you can get the policy's identifier using ListDistributions or
GetDistribution. If the origin request policy is not attached to a cache behavior, you can get
the identifier using ListOriginRequestPolicies.
id - The unique identifier for the origin request policy. If the origin request policy is attached to a
distribution's cache behavior, you can get the policy's identifier using
ListDistributions or GetDistribution. If the origin request policy is not
attached to a cache behavior, you can get the identifier using ListOriginRequestPolicies.GetOriginRequestPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetOriginRequestPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.