Interface ListThirdPartyFirewallFirewallPoliciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>,FmsRequest.Builder,SdkBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListThirdPartyFirewallFirewallPoliciesRequest
public static interface ListThirdPartyFirewallFirewallPoliciesRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>
-
-
Method Summary
-
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
ListThirdPartyFirewallFirewallPoliciesRequest.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
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:
ThirdPartyFirewall,ThirdPartyFirewall
-
nextToken
ListThirdPartyFirewallFirewallPoliciesRequest.Builder nextToken(String nextToken)
If the previous response included a
NextTokenelement, the specified third-party firewall vendor is associated with more third-party firewall policies. To get more third-party firewall policies, submit anotherListThirdPartyFirewallFirewallPoliciesRequestrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response. If the previous response didn't include aNextTokenelement, there are no more third-party firewall policies to get.- Parameters:
nextToken- If the previous response included aNextTokenelement, the specified third-party firewall vendor is associated with more third-party firewall policies. To get more third-party firewall policies, submit anotherListThirdPartyFirewallFirewallPoliciesRequestrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response. If the previous response didn't include aNextTokenelement, 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
ListThirdPartyFirewallFirewallPoliciesRequest.Builder maxResults(Integer 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
MaxResultsfirewall policies, the response includes aNextTokenelement.NextTokencontains 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 thanMaxResultsfirewall policies, the response includes aNextTokenelement.NextTokencontains 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListThirdPartyFirewallFirewallPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-