Interface ListIndicatorsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListIndicatorsResponse.Builder,ListIndicatorsResponse>, DetectiveResponse.Builder, SdkBuilder<ListIndicatorsResponse.Builder,ListIndicatorsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListIndicatorsResponse

public static interface ListIndicatorsResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<ListIndicatorsResponse.Builder,ListIndicatorsResponse>
  • Method Details

    • graphArn

      The Amazon Resource Name (ARN) of the behavior graph.

      Parameters:
      graphArn - The Amazon Resource Name (ARN) of the behavior graph.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • investigationId

      ListIndicatorsResponse.Builder investigationId(String investigationId)

      The investigation ID of the investigation report.

      Parameters:
      investigationId - The investigation ID of the investigation report.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListIndicatorsResponse.Builder nextToken(String nextToken)

      Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

      Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.

      Parameters:
      nextToken - Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

      Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indicators

      Lists the indicators of compromise.

      Parameters:
      indicators - Lists the indicators of compromise.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indicators

      ListIndicatorsResponse.Builder indicators(Indicator... indicators)

      Lists the indicators of compromise.

      Parameters:
      indicators - Lists the indicators of compromise.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indicators

      Lists the indicators of compromise.

      This is a convenience method that creates an instance of the Indicator.Builder avoiding the need to create one manually via Indicator.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to indicators(List<Indicator>).

      Parameters:
      indicators - a consumer that will call methods on Indicator.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: