public static interface GetProtectionStatusResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetProtectionStatusResponse.Builder,GetProtectionStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProtectionStatusResponse.Builder |
adminAccountId(String adminAccountId)
The ID of the AWS Firewall administrator account for this policy.
|
GetProtectionStatusResponse.Builder |
data(String data)
Details about the attack, including the following:
|
GetProtectionStatusResponse.Builder |
nextToken(String nextToken)
If you have more objects than the number that you specified for
MaxResults in the request, the
response includes a NextToken value. |
GetProtectionStatusResponse.Builder |
serviceType(SecurityServiceType serviceType)
The service type that is protected by the policy.
|
GetProtectionStatusResponse.Builder |
serviceType(String serviceType)
The service type that is protected by the policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProtectionStatusResponse.Builder adminAccountId(String adminAccountId)
The ID of the AWS Firewall administrator account for this policy.
adminAccountId - The ID of the AWS Firewall administrator account for this policy.GetProtectionStatusResponse.Builder serviceType(String serviceType)
The service type that is protected by the policy. Currently, this is always SHIELD_ADVANCED.
serviceType - The service type that is protected by the policy. Currently, this is always
SHIELD_ADVANCED.SecurityServiceType,
SecurityServiceTypeGetProtectionStatusResponse.Builder serviceType(SecurityServiceType serviceType)
The service type that is protected by the policy. Currently, this is always SHIELD_ADVANCED.
serviceType - The service type that is protected by the policy. Currently, this is always
SHIELD_ADVANCED.SecurityServiceType,
SecurityServiceTypeGetProtectionStatusResponse.Builder data(String data)
Details about the attack, including the following:
Attack type
Account ID
ARN of the resource attacked
Start time of the attack
End time of the attack (ongoing attacks will not have an end time)
The details are in JSON format. An example is shown in the Examples section below.
data - Details about the attack, including the following:
Attack type
Account ID
ARN of the resource attacked
Start time of the attack
End time of the attack (ongoing attacks will not have an end time)
The details are in JSON format. An example is shown in the Examples section below.
GetProtectionStatusResponse.Builder nextToken(String nextToken)
If you have more objects than the number that you specified for MaxResults in the request, the
response includes a NextToken value. To list more objects, submit another
GetProtectionStatus request, and specify the NextToken value from the response in
the NextToken value in the next request.
AWS SDKs provide auto-pagination that identify NextToken in a response and make subsequent
request calls automatically on your behalf. However, this feature is not supported by
GetProtectionStatus. You must submit subsequent requests with NextToken using your
own processes.
nextToken - If you have more objects than the number that you specified for MaxResults in the
request, the response includes a NextToken value. To list more objects, submit another
GetProtectionStatus request, and specify the NextToken value from the
response in the NextToken value in the next request.
AWS SDKs provide auto-pagination that identify NextToken in a response and make
subsequent request calls automatically on your behalf. However, this feature is not supported by
GetProtectionStatus. You must submit subsequent requests with NextToken
using your own processes.
Copyright © 2019. All rights reserved.