Interface UpdateInvestigationStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateInvestigationStateRequest.Builder,UpdateInvestigationStateRequest>,DetectiveRequest.Builder,SdkBuilder<UpdateInvestigationStateRequest.Builder,UpdateInvestigationStateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateInvestigationStateRequest
public static interface UpdateInvestigationStateRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<UpdateInvestigationStateRequest.Builder,UpdateInvestigationStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateInvestigationStateRequest.BuildergraphArn(String graphArn)The ARN of the behavior graph.UpdateInvestigationStateRequest.BuilderinvestigationId(String investigationId)The investigation ID of the investigation report.UpdateInvestigationStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateInvestigationStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateInvestigationStateRequest.Builderstate(String state)The current state of the investigation.UpdateInvestigationStateRequest.Builderstate(State state)The current state of the investigation.-
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
UpdateInvestigationStateRequest.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.
-
investigationId
UpdateInvestigationStateRequest.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.
-
state
UpdateInvestigationStateRequest.Builder state(String state)
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
-
state
UpdateInvestigationStateRequest.Builder state(State state)
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
-
overrideConfiguration
UpdateInvestigationStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateInvestigationStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-