| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesApiCallAction.Builder |
KubernetesApiCallAction.builder() |
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.parameters(String parameters)
Parameters related to the Kubernetes API call action.
|
default KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)
Sets the value of the RemoteIpDetails property for this object.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.remoteIpDetails(RemoteIpDetails remoteIpDetails)
Sets the value of the RemoteIpDetails property for this object.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.requestUri(String requestUri)
The Kubernetes API request URI.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.sourceIps(Collection<String> sourceIps)
The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the
API endpoint.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.sourceIps(String... sourceIps)
The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the
API endpoint.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.statusCode(Integer statusCode)
The resulting HTTP response code of the Kubernetes API call action.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.toBuilder() |
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.userAgent(String userAgent)
The user agent of the caller of the Kubernetes API.
|
KubernetesApiCallAction.Builder |
KubernetesApiCallAction.Builder.verb(String verb)
The Kubernetes API request HTTP verb.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KubernetesApiCallAction.Builder> |
KubernetesApiCallAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.kubernetesApiCallAction(Consumer<KubernetesApiCallAction.Builder> kubernetesApiCallAction)
Information about the Kubernetes API call action described in this finding.
|
Copyright © 2022. All rights reserved.