Interface CreateDetectorVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateDetectorVersionResponse.Builder,
,CreateDetectorVersionResponse> FraudDetectorResponse.Builder
,SdkBuilder<CreateDetectorVersionResponse.Builder,
,CreateDetectorVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateDetectorVersionResponse
@Mutable
@NotThreadSafe
public static interface CreateDetectorVersionResponse.Builder
extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<CreateDetectorVersionResponse.Builder,CreateDetectorVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondetectorId
(String detectorId) The ID for the created version's parent detector.detectorVersionId
(String detectorVersionId) The ID for the created detector.The status of the detector version.status
(DetectorVersionStatus status) The status of the detector version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
detectorId
The ID for the created version's parent detector.
- Parameters:
detectorId
- The ID for the created version's parent detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorVersionId
The ID for the created detector.
- Parameters:
detectorVersionId
- The ID for the created detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the detector version.
- Parameters:
status
- The status of the detector version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the detector version.
- Parameters:
status
- The status of the detector version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-