Interface CreateInvestigationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateInvestigationResponse.Builder,,CreateInvestigationResponse> GuardDutyResponse.Builder,SdkBuilder<CreateInvestigationResponse.Builder,,CreateInvestigationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateInvestigationResponse
@Mutable
@NotThreadSafe
public static interface CreateInvestigationResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<CreateInvestigationResponse.Builder,CreateInvestigationResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninvestigationId(String investigationId) The unique identifier of the newly created investigation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
investigationId
The unique identifier of the newly created investigation.
- Parameters:
investigationId- The unique identifier of the newly created investigation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-