Interface CreateProjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateProjectRequest.Builder,
,CreateProjectRequest> RekognitionRequest.Builder
,SdkBuilder<CreateProjectRequest.Builder,
,CreateProjectRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateProjectRequest
public static interface CreateProjectRequest.Builder
extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautoUpdate
(String autoUpdate) Specifies whether automatic retraining should be attempted for the versions of the project.autoUpdate
(ProjectAutoUpdate autoUpdate) Specifies whether automatic retraining should be attempted for the versions of the project.Specifies feature that is being customized.feature
(CustomizationFeature feature) Specifies feature that is being customized.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectName
(String projectName) The name of the project to create.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.rekognition.model.RekognitionRequest.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
-
projectName
The name of the project to create.
- Parameters:
projectName
- The name of the project to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feature
Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.
- Parameters:
feature
- Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
feature
Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.
- Parameters:
feature
- Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoUpdate
Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
- Parameters:
autoUpdate
- Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoUpdate
Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
- Parameters:
autoUpdate
- Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateProjectRequest.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
CreateProjectRequest.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.
-