public static interface GetResponseHeadersPolicyConfigRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<GetResponseHeadersPolicyConfigRequest.Builder,GetResponseHeadersPolicyConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
GetResponseHeadersPolicyConfigRequest.Builder |
id(String id)
The identifier for the response headers policy.
|
GetResponseHeadersPolicyConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetResponseHeadersPolicyConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResponseHeadersPolicyConfigRequest.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.
GetResponseHeadersPolicyConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetResponseHeadersPolicyConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.