public static interface UpdateResponseHeadersPolicyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateResponseHeadersPolicyRequest.Builder,UpdateResponseHeadersPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResponseHeadersPolicyRequest.Builder |
id(String id)
The identifier for the response headers policy that you are updating.
|
UpdateResponseHeadersPolicyRequest.Builder |
ifMatch(String ifMatch)
The version of the response headers policy that you are updating.
|
UpdateResponseHeadersPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResponseHeadersPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateResponseHeadersPolicyRequest.Builder |
responseHeadersPolicyConfig(Consumer<ResponseHeadersPolicyConfig.Builder> responseHeadersPolicyConfig)
A response headers policy configuration.
|
UpdateResponseHeadersPolicyRequest.Builder |
responseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
A response headers policy configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResponseHeadersPolicyRequest.Builder responseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
A response headers policy configuration.
responseHeadersPolicyConfig - A response headers policy configuration.default UpdateResponseHeadersPolicyRequest.Builder responseHeadersPolicyConfig(Consumer<ResponseHeadersPolicyConfig.Builder> responseHeadersPolicyConfig)
A response headers policy configuration.
This is a convenience that creates an instance of theResponseHeadersPolicyConfig.Builder avoiding
the need to create one manually via ResponseHeadersPolicyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to responseHeadersPolicyConfig(ResponseHeadersPolicyConfig).responseHeadersPolicyConfig - a consumer that will call methods on ResponseHeadersPolicyConfig.BuilderresponseHeadersPolicyConfig(ResponseHeadersPolicyConfig)UpdateResponseHeadersPolicyRequest.Builder id(String id)
The identifier for the response headers policy that you are updating.
id - The identifier for the response headers policy that you are updating.UpdateResponseHeadersPolicyRequest.Builder ifMatch(String ifMatch)
The version of the response headers policy that you are updating.
The version is returned in the cache policy’s ETag field in the response to
GetResponseHeadersPolicyConfig.
ifMatch - The version of the response headers policy that you are updating.
The version is returned in the cache policy’s ETag field in the response to
GetResponseHeadersPolicyConfig.
UpdateResponseHeadersPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResponseHeadersPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.