Interface StartInvestigationRequest.Builder

    • Method Detail

      • graphArn

        StartInvestigationRequest.Builder graphArn​(String 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.
      • entityArn

        StartInvestigationRequest.Builder entityArn​(String entityArn)

        The unique Amazon Resource Name (ARN) of the IAM user and IAM role.

        Parameters:
        entityArn - The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scopeStartTime

        StartInvestigationRequest.Builder scopeStartTime​(Instant scopeStartTime)

        The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

        Parameters:
        scopeStartTime - The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scopeEndTime

        StartInvestigationRequest.Builder scopeEndTime​(Instant scopeEndTime)

        The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

        Parameters:
        scopeEndTime - The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
        Returns:
        Returns a reference to this object so that method calls can be chained together.