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 SummaryModifier and TypeMethodDescriptionacceptEula(Boolean acceptEula) Specifies agreement to the model end-user license agreement (EULA).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
acceptEulaSpecifies 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). The- AcceptEulavalue must be explicitly defined as- Truein 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.
 
 
-