Interface UpdateDetectorVersionStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDetectorVersionStatusRequest.Builder,
,UpdateDetectorVersionStatusRequest> FraudDetectorRequest.Builder
,SdkBuilder<UpdateDetectorVersionStatusRequest.Builder,
,UpdateDetectorVersionStatusRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDetectorVersionStatusRequest
public static interface UpdateDetectorVersionStatusRequest.Builder
extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateDetectorVersionStatusRequest.Builder,UpdateDetectorVersionStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondetectorId
(String detectorId) The detector ID.detectorVersionId
(String detectorVersionId) The detector version ID.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The new status.status
(DetectorVersionStatus status) The new status.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.frauddetector.model.FraudDetectorRequest.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
-
detectorId
The detector ID.
- Parameters:
detectorId
- The detector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorVersionId
The detector version ID.
- Parameters:
detectorVersionId
- The detector version ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The new status.
The only supported values are
ACTIVE
andINACTIVE
- Parameters:
status
- The new status.The only supported values are
ACTIVE
andINACTIVE
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The new status.
The only supported values are
ACTIVE
andINACTIVE
- Parameters:
status
- The new status.The only supported values are
ACTIVE
andINACTIVE
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateDetectorVersionStatusRequest.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
UpdateDetectorVersionStatusRequest.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.
-