Interface StartInvestigationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<StartInvestigationRequest.Builder,StartInvestigationRequest>, DetectiveRequest.Builder, SdkBuilder<StartInvestigationRequest.Builder,StartInvestigationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
StartInvestigationRequest

public static interface StartInvestigationRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<StartInvestigationRequest.Builder,StartInvestigationRequest>
  • 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.
    • 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.
    • overrideConfiguration

      StartInvestigationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.