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