Interface DisassociateThirdPartyFirewallRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateThirdPartyFirewallRequest.Builder,DisassociateThirdPartyFirewallRequest>,FmsRequest.Builder,SdkBuilder<DisassociateThirdPartyFirewallRequest.Builder,DisassociateThirdPartyFirewallRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateThirdPartyFirewallRequest
public static interface DisassociateThirdPartyFirewallRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<DisassociateThirdPartyFirewallRequest.Builder,DisassociateThirdPartyFirewallRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateThirdPartyFirewallRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateThirdPartyFirewallRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateThirdPartyFirewallRequest.BuilderthirdPartyFirewall(String thirdPartyFirewall)The name of the third-party firewall vendor.DisassociateThirdPartyFirewallRequest.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
DisassociateThirdPartyFirewallRequest.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
DisassociateThirdPartyFirewallRequest.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
DisassociateThirdPartyFirewallRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateThirdPartyFirewallRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-