public static interface GetProtectionStatusRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<GetProtectionStatusRequest.Builder,GetProtectionStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetProtectionStatusRequest.Builder |
endTime(Instant endTime)
The end of the time period to query for the attacks.
|
GetProtectionStatusRequest.Builder |
maxResults(Integer maxResults)
Specifies the number of objects that you want Firewall Manager to return for this request.
|
GetProtectionStatusRequest.Builder |
memberAccountId(String memberAccountId)
The Amazon Web Services account that is in scope of the policy that you want to get the details for.
|
GetProtectionStatusRequest.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults and you have more objects than the number that you specify
for MaxResults, Firewall Manager returns a NextToken value in the response, which
you can use to retrieve another group of objects. |
GetProtectionStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetProtectionStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetProtectionStatusRequest.Builder |
policyId(String policyId)
The ID of the policy for which you want to get the attack information.
|
GetProtectionStatusRequest.Builder |
startTime(Instant startTime)
The start of the time period to query for the attacks.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProtectionStatusRequest.Builder policyId(String policyId)
The ID of the policy for which you want to get the attack information.
policyId - The ID of the policy for which you want to get the attack information.GetProtectionStatusRequest.Builder memberAccountId(String memberAccountId)
The Amazon Web Services account that is in scope of the policy that you want to get the details for.
memberAccountId - The Amazon Web Services account that is in scope of the policy that you want to get the details for.GetProtectionStatusRequest.Builder startTime(Instant startTime)
The start of the time period to query for the attacks. This is a timestamp type. The request
syntax listing indicates a number type because the default used by Firewall Manager is Unix time
in seconds. However, any valid timestamp format is allowed.
startTime - The start of the time period to query for the attacks. This is a timestamp type. The
request syntax listing indicates a number type because the default used by Firewall
Manager is Unix time in seconds. However, any valid timestamp format is allowed.GetProtectionStatusRequest.Builder endTime(Instant endTime)
The end of the time period to query for the attacks. This is a timestamp type. The request
syntax listing indicates a number type because the default used by Firewall Manager is Unix time
in seconds. However, any valid timestamp format is allowed.
endTime - The end of the time period to query for the attacks. This is a timestamp type. The
request syntax listing indicates a number type because the default used by Firewall
Manager is Unix time in seconds. However, any valid timestamp format is allowed.GetProtectionStatusRequest.Builder nextToken(String nextToken)
If you specify a value for MaxResults and you have more objects than the number that you specify
for MaxResults, Firewall Manager returns a NextToken value in the response, which
you can use to retrieve another group of objects. For the second and subsequent
GetProtectionStatus requests, specify the value of NextToken from the previous
response to get information about another batch of objects.
nextToken - If you specify a value for MaxResults and you have more objects than the number that you
specify for MaxResults, Firewall Manager returns a NextToken value in the
response, which you can use to retrieve another group of objects. For the second and subsequent
GetProtectionStatus requests, specify the value of NextToken from the
previous response to get information about another batch of objects.GetProtectionStatusRequest.Builder maxResults(Integer maxResults)
Specifies the number of objects that you want Firewall Manager to return for this request. If you have more
objects than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of objects.
maxResults - Specifies the number of objects that you want Firewall Manager to return for this request. If you have
more objects than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of objects.GetProtectionStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetProtectionStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.