Interface GetResponseHeadersPolicyConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<GetResponseHeadersPolicyConfigRequest.Builder,,GetResponseHeadersPolicyConfigRequest> SdkBuilder<GetResponseHeadersPolicyConfigRequest.Builder,,GetResponseHeadersPolicyConfigRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetResponseHeadersPolicyConfigRequest
@Mutable
@NotThreadSafe
public static interface GetResponseHeadersPolicyConfigRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<GetResponseHeadersPolicyConfigRequest.Builder,GetResponseHeadersPolicyConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the response headers policy.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
ListDistributionsorGetDistribution. If the response headers policy is not attached to a cache behavior, you can get the identifier usingListResponseHeadersPolicies.- Parameters:
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
ListDistributionsorGetDistribution. If the response headers policy is not attached to a cache behavior, you can get the identifier usingListResponseHeadersPolicies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetResponseHeadersPolicyConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetResponseHeadersPolicyConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-