Interface GetResponseHeadersPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<GetResponseHeadersPolicyRequest.Builder,GetResponseHeadersPolicyRequest>
,SdkBuilder<GetResponseHeadersPolicyRequest.Builder,GetResponseHeadersPolicyRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetResponseHeadersPolicyRequest
public static interface GetResponseHeadersPolicyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<GetResponseHeadersPolicyRequest.Builder,GetResponseHeadersPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResponseHeadersPolicyRequest.Builder
id(String id)
The identifier for the response headers policy.GetResponseHeadersPolicyRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetResponseHeadersPolicyRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
GetResponseHeadersPolicyRequest.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
orGetDistribution
. 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
ListDistributions
orGetDistribution
. 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
GetResponseHeadersPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetResponseHeadersPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-