Action.Builder |
Action.Builder.actionType(String actionType) |
The GuardDuty finding activity type.
|
default Action.Builder |
Action.Builder.awsApiCallAction(Consumer<AwsApiCallAction.Builder> awsApiCallAction) |
Information about the AWS_API_CALL action described in this finding.
|
Action.Builder |
Action.Builder.awsApiCallAction(AwsApiCallAction awsApiCallAction) |
Information about the AWS_API_CALL action described in this finding.
|
static Action.Builder |
Action.builder() |
|
default Action.Builder |
Action.Builder.dnsRequestAction(Consumer<DnsRequestAction.Builder> dnsRequestAction) |
Information about the DNS_REQUEST action described in this finding.
|
Action.Builder |
Action.Builder.dnsRequestAction(DnsRequestAction dnsRequestAction) |
Information about the DNS_REQUEST action described in this finding.
|
default Action.Builder |
Action.Builder.kubernetesApiCallAction(Consumer<KubernetesApiCallAction.Builder> kubernetesApiCallAction) |
Information about the Kubernetes API call action described in this finding.
|
Action.Builder |
Action.Builder.kubernetesApiCallAction(KubernetesApiCallAction kubernetesApiCallAction) |
Information about the Kubernetes API call action described in this finding.
|
default Action.Builder |
Action.Builder.kubernetesPermissionCheckedDetails(Consumer<KubernetesPermissionCheckedDetails.Builder> kubernetesPermissionCheckedDetails) |
Information whether the user has the permission to use a specific Kubernetes API.
|
Action.Builder |
Action.Builder.kubernetesPermissionCheckedDetails(KubernetesPermissionCheckedDetails kubernetesPermissionCheckedDetails) |
Information whether the user has the permission to use a specific Kubernetes API.
|
default Action.Builder |
Action.Builder.kubernetesRoleBindingDetails(Consumer<KubernetesRoleBindingDetails.Builder> kubernetesRoleBindingDetails) |
Information about the role binding that grants the permission defined in a Kubernetes role.
|
Action.Builder |
Action.Builder.kubernetesRoleBindingDetails(KubernetesRoleBindingDetails kubernetesRoleBindingDetails) |
Information about the role binding that grants the permission defined in a Kubernetes role.
|
default Action.Builder |
Action.Builder.kubernetesRoleDetails(Consumer<KubernetesRoleDetails.Builder> kubernetesRoleDetails) |
Information about the Kubernetes role name and role type.
|
Action.Builder |
Action.Builder.kubernetesRoleDetails(KubernetesRoleDetails kubernetesRoleDetails) |
Information about the Kubernetes role name and role type.
|
default Action.Builder |
Action.Builder.networkConnectionAction(Consumer<NetworkConnectionAction.Builder> networkConnectionAction) |
Information about the NETWORK_CONNECTION action described in this finding.
|
Action.Builder |
Action.Builder.networkConnectionAction(NetworkConnectionAction networkConnectionAction) |
Information about the NETWORK_CONNECTION action described in this finding.
|
default Action.Builder |
Action.Builder.portProbeAction(Consumer<PortProbeAction.Builder> portProbeAction) |
Information about the PORT_PROBE action described in this finding.
|
Action.Builder |
Action.Builder.portProbeAction(PortProbeAction portProbeAction) |
Information about the PORT_PROBE action described in this finding.
|
default Action.Builder |
Action.Builder.rdsLoginAttemptAction(Consumer<RdsLoginAttemptAction.Builder> rdsLoginAttemptAction) |
Information about RDS_LOGIN_ATTEMPT action described in this finding.
|
Action.Builder |
Action.Builder.rdsLoginAttemptAction(RdsLoginAttemptAction rdsLoginAttemptAction) |
Information about RDS_LOGIN_ATTEMPT action described in this finding.
|
Action.Builder |
Action.toBuilder() |
|