public static interface Action.Builder extends SdkPojo, CopyableBuilder<Action.Builder,Action>
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
actionType(String actionType)
The GuardDuty finding activity type.
|
Action.Builder |
awsApiCallAction(AwsApiCallAction awsApiCallAction)
Information about the AWS_API_CALL action described in this finding.
|
default Action.Builder |
awsApiCallAction(Consumer<AwsApiCallAction.Builder> awsApiCallAction)
Information about the AWS_API_CALL action described in this finding.
|
default Action.Builder |
dnsRequestAction(Consumer<DnsRequestAction.Builder> dnsRequestAction)
Information about the DNS_REQUEST action described in this finding.
|
Action.Builder |
dnsRequestAction(DnsRequestAction dnsRequestAction)
Information about the DNS_REQUEST action described in this finding.
|
default Action.Builder |
kubernetesApiCallAction(Consumer<KubernetesApiCallAction.Builder> kubernetesApiCallAction)
Information about the Kubernetes API call action described in this finding.
|
Action.Builder |
kubernetesApiCallAction(KubernetesApiCallAction kubernetesApiCallAction)
Information about the Kubernetes API call action described in this finding.
|
default Action.Builder |
networkConnectionAction(Consumer<NetworkConnectionAction.Builder> networkConnectionAction)
Information about the NETWORK_CONNECTION action described in this finding.
|
Action.Builder |
networkConnectionAction(NetworkConnectionAction networkConnectionAction)
Information about the NETWORK_CONNECTION action described in this finding.
|
default Action.Builder |
portProbeAction(Consumer<PortProbeAction.Builder> portProbeAction)
Information about the PORT_PROBE action described in this finding.
|
Action.Builder |
portProbeAction(PortProbeAction portProbeAction)
Information about the PORT_PROBE action described in this finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAction.Builder actionType(String actionType)
The GuardDuty finding activity type.
actionType - The GuardDuty finding activity type.Action.Builder awsApiCallAction(AwsApiCallAction awsApiCallAction)
Information about the AWS_API_CALL action described in this finding.
awsApiCallAction - Information about the AWS_API_CALL action described in this finding.default Action.Builder awsApiCallAction(Consumer<AwsApiCallAction.Builder> awsApiCallAction)
Information about the AWS_API_CALL action described in this finding.
This is a convenience method that creates an instance of theAwsApiCallAction.Builder avoiding the
need to create one manually via AwsApiCallAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to awsApiCallAction(AwsApiCallAction).
awsApiCallAction - a consumer that will call methods on AwsApiCallAction.BuilderawsApiCallAction(AwsApiCallAction)Action.Builder dnsRequestAction(DnsRequestAction dnsRequestAction)
Information about the DNS_REQUEST action described in this finding.
dnsRequestAction - Information about the DNS_REQUEST action described in this finding.default Action.Builder dnsRequestAction(Consumer<DnsRequestAction.Builder> dnsRequestAction)
Information about the DNS_REQUEST action described in this finding.
This is a convenience method that creates an instance of theDnsRequestAction.Builder avoiding the
need to create one manually via DnsRequestAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dnsRequestAction(DnsRequestAction).
dnsRequestAction - a consumer that will call methods on DnsRequestAction.BuilderdnsRequestAction(DnsRequestAction)Action.Builder networkConnectionAction(NetworkConnectionAction networkConnectionAction)
Information about the NETWORK_CONNECTION action described in this finding.
networkConnectionAction - Information about the NETWORK_CONNECTION action described in this finding.default Action.Builder networkConnectionAction(Consumer<NetworkConnectionAction.Builder> networkConnectionAction)
Information about the NETWORK_CONNECTION action described in this finding.
This is a convenience method that creates an instance of theNetworkConnectionAction.Builder avoiding
the need to create one manually via NetworkConnectionAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to networkConnectionAction(NetworkConnectionAction).
networkConnectionAction - a consumer that will call methods on NetworkConnectionAction.BuildernetworkConnectionAction(NetworkConnectionAction)Action.Builder portProbeAction(PortProbeAction portProbeAction)
Information about the PORT_PROBE action described in this finding.
portProbeAction - Information about the PORT_PROBE action described in this finding.default Action.Builder portProbeAction(Consumer<PortProbeAction.Builder> portProbeAction)
Information about the PORT_PROBE action described in this finding.
This is a convenience method that creates an instance of thePortProbeAction.Builder avoiding the
need to create one manually via PortProbeAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to portProbeAction(PortProbeAction).
portProbeAction - a consumer that will call methods on PortProbeAction.BuilderportProbeAction(PortProbeAction)Action.Builder kubernetesApiCallAction(KubernetesApiCallAction kubernetesApiCallAction)
Information about the Kubernetes API call action described in this finding.
kubernetesApiCallAction - Information about the Kubernetes API call action described in this finding.default Action.Builder kubernetesApiCallAction(Consumer<KubernetesApiCallAction.Builder> kubernetesApiCallAction)
Information about the Kubernetes API call action described in this finding.
This is a convenience method that creates an instance of theKubernetesApiCallAction.Builder avoiding
the need to create one manually via KubernetesApiCallAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to kubernetesApiCallAction(KubernetesApiCallAction).
kubernetesApiCallAction - a consumer that will call methods on KubernetesApiCallAction.BuilderkubernetesApiCallAction(KubernetesApiCallAction)Copyright © 2023. All rights reserved.