static ListIndicatorsResponse.Builder |
ListIndicatorsResponse.builder() |
|
ListIndicatorsResponse.Builder |
ListIndicatorsResponse.Builder.graphArn(String graphArn) |
The Amazon Resource Name (ARN) of the behavior graph.
|
ListIndicatorsResponse.Builder |
ListIndicatorsResponse.Builder.indicators(Collection<Indicator> indicators) |
Lists the indicators of compromise.
|
ListIndicatorsResponse.Builder |
ListIndicatorsResponse.Builder.indicators(Consumer<Indicator.Builder>... indicators) |
Lists the indicators of compromise.
|
ListIndicatorsResponse.Builder |
ListIndicatorsResponse.Builder.indicators(Indicator... indicators) |
Lists the indicators of compromise.
|
ListIndicatorsResponse.Builder |
ListIndicatorsResponse.Builder.investigationId(String investigationId) |
The investigation ID of the investigation report.
|
ListIndicatorsResponse.Builder |
ListIndicatorsResponse.Builder.nextToken(String nextToken) |
Lists if there are more results available.
|
ListIndicatorsResponse.Builder |
ListIndicatorsResponse.toBuilder() |
|