public static interface FindingAction.Builder extends SdkPojo, CopyableBuilder<FindingAction.Builder,FindingAction>
| Modifier and Type | Method and Description |
|---|---|
FindingAction.Builder |
actionType(FindingActionType actionType)
The type of action that occurred for the affected resource.
|
FindingAction.Builder |
actionType(String actionType)
The type of action that occurred for the affected resource.
|
FindingAction.Builder |
apiCallDetails(ApiCallDetails apiCallDetails)
The invocation details of the API operation that an entity invoked for the affected resource, if the value
for the actionType property is AWS_API_CALL.
|
default FindingAction.Builder |
apiCallDetails(Consumer<ApiCallDetails.Builder> apiCallDetails)
The invocation details of the API operation that an entity invoked for the affected resource, if the value
for the actionType property is AWS_API_CALL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingAction.Builder actionType(String actionType)
The type of action that occurred for the affected resource. This value is typically AWS_API_CALL, which indicates that an entity invoked an API operation for the resource.
actionType - The type of action that occurred for the affected resource. This value is typically AWS_API_CALL,
which indicates that an entity invoked an API operation for the resource.FindingActionType,
FindingActionTypeFindingAction.Builder actionType(FindingActionType actionType)
The type of action that occurred for the affected resource. This value is typically AWS_API_CALL, which indicates that an entity invoked an API operation for the resource.
actionType - The type of action that occurred for the affected resource. This value is typically AWS_API_CALL,
which indicates that an entity invoked an API operation for the resource.FindingActionType,
FindingActionTypeFindingAction.Builder apiCallDetails(ApiCallDetails apiCallDetails)
The invocation details of the API operation that an entity invoked for the affected resource, if the value for the actionType property is AWS_API_CALL.
apiCallDetails - The invocation details of the API operation that an entity invoked for the affected resource, if the
value for the actionType property is AWS_API_CALL.default FindingAction.Builder apiCallDetails(Consumer<ApiCallDetails.Builder> apiCallDetails)
The invocation details of the API operation that an entity invoked for the affected resource, if the value for the actionType property is AWS_API_CALL.
This is a convenience that creates an instance of theApiCallDetails.Builder avoiding the need to
create one manually via ApiCallDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to apiCallDetails(ApiCallDetails).apiCallDetails - a consumer that will call methods on ApiCallDetails.BuilderapiCallDetails(ApiCallDetails)Copyright © 2021. All rights reserved.