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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartInvestigationRequest.BuilderentityArn(String entityArn)The unique Amazon Resource Name (ARN) of the IAM user and IAM role.StartInvestigationRequest.BuildergraphArn(String graphArn)The ARN of the behavior graph.StartInvestigationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartInvestigationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartInvestigationRequest.BuilderscopeEndTime(Instant scopeEndTime)The data and time when the investigation began.StartInvestigationRequest.BuilderscopeStartTime(Instant scopeStartTime)The data and time when the investigation began.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.detective.model.DetectiveRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
graphArn
StartInvestigationRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph.
- Parameters:
graphArn- The 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 began. 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 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.
-
overrideConfiguration
StartInvestigationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartInvestigationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-