Interface ModelAccessConfig.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelAccessConfig.Builder,ModelAccessConfig>
,SdkBuilder<ModelAccessConfig.Builder,ModelAccessConfig>
,SdkPojo
- Enclosing class:
- ModelAccessConfig
public static interface ModelAccessConfig.Builder extends SdkPojo, CopyableBuilder<ModelAccessConfig.Builder,ModelAccessConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelAccessConfig.Builder
acceptEula(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 Detail
-
acceptEula
ModelAccessConfig.Builder acceptEula(Boolean 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.
-
-