Interface UpdateFlywheelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComprehendRequest.Builder,CopyableBuilder<UpdateFlywheelRequest.Builder,UpdateFlywheelRequest>,SdkBuilder<UpdateFlywheelRequest.Builder,UpdateFlywheelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFlywheelRequest
public static interface UpdateFlywheelRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<UpdateFlywheelRequest.Builder,UpdateFlywheelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateFlywheelRequest.BuilderactiveModelArn(String activeModelArn)The Amazon Resource Number (ARN) of the active model version.UpdateFlywheelRequest.BuilderdataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.default UpdateFlywheelRequest.BuilderdataSecurityConfig(Consumer<UpdateDataSecurityConfig.Builder> dataSecurityConfig)Flywheel data security configuration.UpdateFlywheelRequest.BuilderdataSecurityConfig(UpdateDataSecurityConfig dataSecurityConfig)Flywheel data security configuration.UpdateFlywheelRequest.BuilderflywheelArn(String flywheelArn)The Amazon Resource Number (ARN) of the flywheel to update.UpdateFlywheelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFlywheelRequest.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
UpdateFlywheelRequest.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel to update.
- Parameters:
flywheelArn- The Amazon Resource Number (ARN) of the flywheel to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeModelArn
UpdateFlywheelRequest.Builder activeModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
- Parameters:
activeModelArn- The Amazon Resource Number (ARN) of the active model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessRoleArn
UpdateFlywheelRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
- Parameters:
dataAccessRoleArn- The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSecurityConfig
UpdateFlywheelRequest.Builder dataSecurityConfig(UpdateDataSecurityConfig dataSecurityConfig)
Flywheel data security configuration.
- Parameters:
dataSecurityConfig- Flywheel data security configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSecurityConfig
default UpdateFlywheelRequest.Builder dataSecurityConfig(Consumer<UpdateDataSecurityConfig.Builder> dataSecurityConfig)
Flywheel data security configuration.
This is a convenience method that creates an instance of theUpdateDataSecurityConfig.Builderavoiding the need to create one manually viaUpdateDataSecurityConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSecurityConfig(UpdateDataSecurityConfig).- Parameters:
dataSecurityConfig- a consumer that will call methods onUpdateDataSecurityConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataSecurityConfig(UpdateDataSecurityConfig)
-
overrideConfiguration
UpdateFlywheelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFlywheelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-