Interface GetInvestigationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetInvestigationRequest.Builder,GetInvestigationRequest>,DetectiveRequest.Builder,SdkBuilder<GetInvestigationRequest.Builder,GetInvestigationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetInvestigationRequest
public static interface GetInvestigationRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<GetInvestigationRequest.Builder,GetInvestigationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInvestigationRequest.BuildergraphArn(String graphArn)The Amazon Resource Name (ARN) of the behavior graph.GetInvestigationRequest.BuilderinvestigationId(String investigationId)The investigation ID of the investigation report.GetInvestigationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInvestigationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetInvestigationRequest.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.
-
investigationId
GetInvestigationRequest.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.
-
overrideConfiguration
GetInvestigationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetInvestigationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-