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 response
headers.
|
CreateResponseHeadersPolicyRequest.Builder |
responseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the response
headers.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResponseHeadersPolicyRequest.Builder responseHeadersPolicyConfig(ResponseHeadersPolicyConfig responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the response headers.
responseHeadersPolicyConfig - Contains metadata about the response headers policy, and a set of configurations that specify the
response headers.default CreateResponseHeadersPolicyRequest.Builder responseHeadersPolicyConfig(Consumer<ResponseHeadersPolicyConfig.Builder> responseHeadersPolicyConfig)
Contains metadata about the response headers policy, and a set of configurations that specify the response headers.
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)CreateResponseHeadersPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateResponseHeadersPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.