Interface AssociateThirdPartyFirewallRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateThirdPartyFirewallRequest.Builder,AssociateThirdPartyFirewallRequest>,FmsRequest.Builder,SdkBuilder<AssociateThirdPartyFirewallRequest.Builder,AssociateThirdPartyFirewallRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateThirdPartyFirewallRequest
public static interface AssociateThirdPartyFirewallRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<AssociateThirdPartyFirewallRequest.Builder,AssociateThirdPartyFirewallRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateThirdPartyFirewallRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateThirdPartyFirewallRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateThirdPartyFirewallRequest.BuilderthirdPartyFirewall(String thirdPartyFirewall)The name of the third-party firewall vendor.AssociateThirdPartyFirewallRequest.BuilderthirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)The name of the third-party firewall vendor.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.Builder
build
-
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
-
thirdPartyFirewall
AssociateThirdPartyFirewallRequest.Builder thirdPartyFirewall(String thirdPartyFirewall)
The name of the third-party firewall vendor.
- Parameters:
thirdPartyFirewall- The name of the third-party firewall vendor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThirdPartyFirewall,ThirdPartyFirewall
-
thirdPartyFirewall
AssociateThirdPartyFirewallRequest.Builder thirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)
The name of the third-party firewall vendor.
- Parameters:
thirdPartyFirewall- The name of the third-party firewall vendor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ThirdPartyFirewall,ThirdPartyFirewall
-
overrideConfiguration
AssociateThirdPartyFirewallRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateThirdPartyFirewallRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-