Interface ListThirdPartyFirewallFirewallPoliciesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,
,ListThirdPartyFirewallFirewallPoliciesRequest> FmsRequest.Builder
,SdkBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,
,ListThirdPartyFirewallFirewallPoliciesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListThirdPartyFirewallFirewallPoliciesRequest
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of third-party firewall policies that you want Firewall Manager to return.If the previous response included aNextToken
element, the specified third-party firewall vendor is associated with more third-party firewall policies.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.thirdPartyFirewall
(String thirdPartyFirewall) The name of the third-party firewall vendor.thirdPartyFirewall
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
ListThirdPartyFirewallFirewallPoliciesRequest.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:
-
nextToken
If the previous response included a
NextToken
element, the specified third-party firewall vendor is associated with more third-party firewall policies. To get more third-party firewall policies, submit anotherListThirdPartyFirewallFirewallPoliciesRequest
request.For the value of
NextToken
, specify the value ofNextToken
from the previous response. If the previous response didn't include aNextToken
element, there are no more third-party firewall policies to get.- Parameters:
nextToken
- If the previous response included aNextToken
element, the specified third-party firewall vendor is associated with more third-party firewall policies. To get more third-party firewall policies, submit anotherListThirdPartyFirewallFirewallPoliciesRequest
request.For the value of
NextToken
, specify the value ofNextToken
from the previous response. If the previous response didn't include aNextToken
element, there are no more third-party firewall policies to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of third-party firewall policies that you want Firewall Manager to return. If the specified third-party firewall vendor is associated with more than
MaxResults
firewall policies, the response includes aNextToken
element.NextToken
contains an encrypted token that identifies the first third-party firewall policies that Firewall Manager will return if you submit another request.- Parameters:
maxResults
- The maximum number of third-party firewall policies that you want Firewall Manager to return. If the specified third-party firewall vendor is associated with more thanMaxResults
firewall policies, the response includes aNextToken
element.NextToken
contains an encrypted token that identifies the first third-party firewall policies that Firewall Manager will return if you submit another request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListThirdPartyFirewallFirewallPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListThirdPartyFirewallFirewallPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-