public static interface ApiCallDetails.Builder extends SdkPojo, CopyableBuilder<ApiCallDetails.Builder,ApiCallDetails>
| Modifier and Type | Method and Description |
|---|---|
ApiCallDetails.Builder |
api(String api)
The name of the operation that was invoked most recently and produced the finding.
|
ApiCallDetails.Builder |
apiServiceName(String apiServiceName)
The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.
|
ApiCallDetails.Builder |
firstSeen(Instant firstSeen)
The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the
finding.
|
ApiCallDetails.Builder |
lastSeen(Instant lastSeen)
The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was
invoked and produced the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiCallDetails.Builder api(String api)
The name of the operation that was invoked most recently and produced the finding.
api - The name of the operation that was invoked most recently and produced the finding.ApiCallDetails.Builder apiServiceName(String apiServiceName)
The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.
apiServiceName - The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.ApiCallDetails.Builder firstSeen(Instant firstSeen)
The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.
firstSeen - The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and
produced the finding.ApiCallDetails.Builder lastSeen(Instant lastSeen)
The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.
lastSeen - The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api)
was invoked and produced the finding.Copyright © 2021. All rights reserved.