Interface OptimizationModelAccessConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OptimizationModelAccessConfig.Builder,
,OptimizationModelAccessConfig> SdkBuilder<OptimizationModelAccessConfig.Builder,
,OptimizationModelAccessConfig> SdkPojo
- Enclosing class:
OptimizationModelAccessConfig
public static interface OptimizationModelAccessConfig.Builder
extends SdkPojo, CopyableBuilder<OptimizationModelAccessConfig.Builder,OptimizationModelAccessConfig>
-
Method Summary
Modifier and TypeMethodDescriptionacceptEula
(Boolean acceptEula) Specifies agreement to the model end-user license agreement (EULA).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 Details
-
acceptEula
Specifies agreement to the model end-user license agreement (EULA). The
AcceptEula
value must be explicitly defined asTrue
in order to accept the EULA that this model requires. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model.- Parameters:
acceptEula
- Specifies agreement to the model end-user license agreement (EULA). TheAcceptEula
value must be explicitly defined asTrue
in order to accept the EULA that this model requires. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-