Interface CreateProjectRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateProjectRequest.Builder,,- CreateProjectRequest> - RekognitionRequest.Builder,- SdkBuilder<CreateProjectRequest.Builder,,- CreateProjectRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateProjectRequest
- 
Method SummaryModifier 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.A set of tags (key-value pairs) that you want to attach to the project.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
projectNameThe 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.
 
- 
featureSpecifies 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:
 
- 
featureSpecifies 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:
 
- 
autoUpdateSpecifies 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:
 
- 
autoUpdateSpecifies 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:
 
- 
tagsA set of tags (key-value pairs) that you want to attach to the project. - Parameters:
- tags- A set of tags (key-value pairs) that you want to attach to the project.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-