Interface GetViolationDetailsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetViolationDetailsRequest.Builder,GetViolationDetailsRequest>,FmsRequest.Builder,SdkBuilder<GetViolationDetailsRequest.Builder,GetViolationDetailsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetViolationDetailsRequest
public static interface GetViolationDetailsRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<GetViolationDetailsRequest.Builder,GetViolationDetailsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetViolationDetailsRequest.BuildermemberAccount(String memberAccount)The Amazon Web Services account ID that you want the details for.GetViolationDetailsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetViolationDetailsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetViolationDetailsRequest.BuilderpolicyId(String policyId)The ID of the Firewall Manager policy that you want the details for.GetViolationDetailsRequest.BuilderresourceId(String resourceId)The ID of the resource that has violations.GetViolationDetailsRequest.BuilderresourceType(String resourceType)The resource type.-
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
-
policyId
GetViolationDetailsRequest.Builder policyId(String policyId)
The ID of the Firewall Manager policy that you want the details for. You can get violation details for the following policy types:
-
DNS Firewall
-
Imported Network Firewall
-
Network Firewall
-
Security group content audit
-
Network ACL
-
Third-party firewall
- Parameters:
policyId- The ID of the Firewall Manager policy that you want the details for. You can get violation details for the following policy types:-
DNS Firewall
-
Imported Network Firewall
-
Network Firewall
-
Security group content audit
-
Network ACL
-
Third-party firewall
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
memberAccount
GetViolationDetailsRequest.Builder memberAccount(String memberAccount)
The Amazon Web Services account ID that you want the details for.
- Parameters:
memberAccount- The Amazon Web Services account ID that you want the details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
GetViolationDetailsRequest.Builder resourceId(String resourceId)
The ID of the resource that has violations.
- Parameters:
resourceId- The ID of the resource that has violations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
GetViolationDetailsRequest.Builder resourceType(String resourceType)
The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. Supported resource types are:
AWS::EC2::Instance,AWS::EC2::NetworkInterface,AWS::EC2::SecurityGroup,AWS::NetworkFirewall::FirewallPolicy, andAWS::EC2::Subnet.- Parameters:
resourceType- The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. Supported resource types are:AWS::EC2::Instance,AWS::EC2::NetworkInterface,AWS::EC2::SecurityGroup,AWS::NetworkFirewall::FirewallPolicy, andAWS::EC2::Subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetViolationDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetViolationDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-