public static interface GetCachePolicyConfigRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<GetCachePolicyConfigRequest.Builder,GetCachePolicyConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCachePolicyConfigRequest.Builder |
id(String id)
The unique identifier for the cache policy.
|
GetCachePolicyConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCachePolicyConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCachePolicyConfigRequest.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.GetCachePolicyConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCachePolicyConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.