public static interface CreateResponseHeadersPolicyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<CreateResponseHeadersPolicyRequest.Builder,CreateResponseHeadersPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateResponseHeadersPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateResponseHeadersPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateResponseHeadersPolicyRequest.Builder |
responseHeadersPolicyConfig(Consumer<ResponseHeadersPolicyConfig.Builder> responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP
headers.
|
CreateResponseHeadersPolicyRequest.Builder |
responseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP
headers.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResponseHeadersPolicyRequest.Builder responseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
responseHeadersPolicyConfig - Contains metadata about the response headers policy, and a set of configurations that specify the HTTP
headers.default CreateResponseHeadersPolicyRequest.Builder responseHeadersPolicyConfig(Consumer<ResponseHeadersPolicyConfig.Builder> responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the HTTP headers.
This is a convenience method 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)CreateResponseHeadersPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateResponseHeadersPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.