Interface OptimizationModelAccessConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OptimizationModelAccessConfig.Builder,OptimizationModelAccessConfig>,SdkBuilder<OptimizationModelAccessConfig.Builder,OptimizationModelAccessConfig>,SdkPojo
- Enclosing class:
- OptimizationModelAccessConfig
@Mutable @NotThreadSafe public static interface OptimizationModelAccessConfig.Builder extends SdkPojo, CopyableBuilder<OptimizationModelAccessConfig.Builder,OptimizationModelAccessConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptimizationModelAccessConfig.BuilderacceptEula(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
acceptEula
OptimizationModelAccessConfig.Builder acceptEula(Boolean acceptEula)
Specifies agreement to the model end-user license agreement (EULA). The
AcceptEulavalue must be explicitly defined asTruein 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). TheAcceptEulavalue must be explicitly defined asTruein 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.
-
-