Interface PresignedUrlAccessConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PresignedUrlAccessConfig.Builder,
,PresignedUrlAccessConfig> SdkBuilder<PresignedUrlAccessConfig.Builder,
,PresignedUrlAccessConfig> SdkPojo
- Enclosing class:
PresignedUrlAccessConfig
@Mutable
@NotThreadSafe
public static interface PresignedUrlAccessConfig.Builder
extends SdkPojo, CopyableBuilder<PresignedUrlAccessConfig.Builder,PresignedUrlAccessConfig>
-
Method Summary
Modifier and TypeMethodDescriptionacceptEula
(Boolean acceptEula) Indicates acceptance of the End User License Agreement (EULA) for gated models.expectedS3Url
(String expectedS3Url) The expected S3 URL prefix for validation purposes.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 Details
-
acceptEula
Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.
- Parameters:
acceptEula
- Indicates acceptance of the End User License Agreement (EULA) for gated models. Set to true to acknowledge acceptance of the license terms required for accessing gated content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedS3Url
The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.
- Parameters:
expectedS3Url
- The expected S3 URL prefix for validation purposes. This parameter helps ensure consistency between the resolved S3 URIs and the deployment configuration, reducing potential compatibility issues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-