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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the behavior graph.investigationId
(String investigationId) The investigation ID of the investigation report.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The current state of the investigation.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 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
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
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
- Parameters:
state
- The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
- Parameters:
state
- The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateInvestigationStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateInvestigationStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-