Interface StartFlywheelIterationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComprehendRequest.Builder,CopyableBuilder<StartFlywheelIterationRequest.Builder,StartFlywheelIterationRequest>,SdkBuilder<StartFlywheelIterationRequest.Builder,StartFlywheelIterationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartFlywheelIterationRequest
public static interface StartFlywheelIterationRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<StartFlywheelIterationRequest.Builder,StartFlywheelIterationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartFlywheelIterationRequest.BuilderclientRequestToken(String clientRequestToken)A unique identifier for the request.StartFlywheelIterationRequest.BuilderflywheelArn(String flywheelArn)The ARN of the flywheel.StartFlywheelIterationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartFlywheelIterationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
flywheelArn
StartFlywheelIterationRequest.Builder flywheelArn(String flywheelArn)
The ARN of the flywheel.
- Parameters:
flywheelArn- The ARN of the flywheel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
StartFlywheelIterationRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
- Parameters:
clientRequestToken- A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartFlywheelIterationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartFlywheelIterationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-