Interface CreateProxyConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateProxyConfigurationRequest.Builder,,CreateProxyConfigurationRequest> NetworkFirewallRequest.Builder,SdkBuilder<CreateProxyConfigurationRequest.Builder,,CreateProxyConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateProxyConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefaultRulePhaseActions(Consumer<ProxyConfigDefaultRulePhaseActionsRequest.Builder> defaultRulePhaseActions) Evaluation points in the traffic flow where rules are applied.defaultRulePhaseActions(ProxyConfigDefaultRulePhaseActionsRequest defaultRulePhaseActions) Evaluation points in the traffic flow where rules are applied.description(String description) A description of the proxy configuration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.proxyConfigurationName(String proxyConfigurationName) The descriptive name of the proxy configuration.ruleGroupArns(String... ruleGroupArns) The proxy rule group arn(s) to attach to the proxy configuration.ruleGroupArns(Collection<String> ruleGroupArns) The proxy rule group arn(s) to attach to the proxy configuration.ruleGroupNames(String... ruleGroupNames) The proxy rule group name(s) to attach to the proxy configuration.ruleGroupNames(Collection<String> ruleGroupNames) The proxy rule group name(s) to attach to the proxy configuration.tags(Collection<Tag> tags) The key:value pairs to associate with the resource.tags(Consumer<Tag.Builder>... tags) The key:value pairs to associate with the resource.The key:value pairs to associate with the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
proxyConfigurationName
The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.
- Parameters:
proxyConfigurationName- The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the proxy configuration.
- Parameters:
description- A description of the proxy configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleGroupNames
The proxy rule group name(s) to attach to the proxy configuration.
You must specify the ARNs or the names, and you can specify both.
- Parameters:
ruleGroupNames- The proxy rule group name(s) to attach to the proxy configuration.You must specify the ARNs or the names, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleGroupNames
The proxy rule group name(s) to attach to the proxy configuration.
You must specify the ARNs or the names, and you can specify both.
- Parameters:
ruleGroupNames- The proxy rule group name(s) to attach to the proxy configuration.You must specify the ARNs or the names, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleGroupArns
The proxy rule group arn(s) to attach to the proxy configuration.
You must specify the ARNs or the names, and you can specify both.
- Parameters:
ruleGroupArns- The proxy rule group arn(s) to attach to the proxy configuration.You must specify the ARNs or the names, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleGroupArns
The proxy rule group arn(s) to attach to the proxy configuration.
You must specify the ARNs or the names, and you can specify both.
- Parameters:
ruleGroupArns- The proxy rule group arn(s) to attach to the proxy configuration.You must specify the ARNs or the names, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultRulePhaseActions
CreateProxyConfigurationRequest.Builder defaultRulePhaseActions(ProxyConfigDefaultRulePhaseActionsRequest defaultRulePhaseActions) Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.
- Parameters:
defaultRulePhaseActions- Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultRulePhaseActions
default CreateProxyConfigurationRequest.Builder defaultRulePhaseActions(Consumer<ProxyConfigDefaultRulePhaseActionsRequest.Builder> defaultRulePhaseActions) Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.
This is a convenience method that creates an instance of theProxyConfigDefaultRulePhaseActionsRequest.Builderavoiding the need to create one manually viaProxyConfigDefaultRulePhaseActionsRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultRulePhaseActions(ProxyConfigDefaultRulePhaseActionsRequest).- Parameters:
defaultRulePhaseActions- a consumer that will call methods onProxyConfigDefaultRulePhaseActionsRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
- Parameters:
tags- The key:value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key:value pairs to associate with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateProxyConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateProxyConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-