Interface StartInvestigationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartInvestigationResponse.Builder,StartInvestigationResponse>,DetectiveResponse.Builder,SdkBuilder<StartInvestigationResponse.Builder,StartInvestigationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartInvestigationResponse
public static interface StartInvestigationResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<StartInvestigationResponse.Builder,StartInvestigationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartInvestigationResponse.BuilderinvestigationId(String investigationId)The investigation ID of the investigation report.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.detective.model.DetectiveResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
investigationId
StartInvestigationResponse.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.
-
-