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