Interface AuthorizedUrl.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuthorizedUrl.Builder,
,AuthorizedUrl> SdkBuilder<AuthorizedUrl.Builder,
,AuthorizedUrl> SdkPojo
- Enclosing class:
AuthorizedUrl
@Mutable
@NotThreadSafe
public static interface AuthorizedUrl.Builder
extends SdkPojo, CopyableBuilder<AuthorizedUrl.Builder,AuthorizedUrl>
-
Method Summary
Modifier and TypeMethodDescriptionThe recommended local file path where the downloaded file should be stored to maintain proper directory structure and file organization.The presigned S3 URL that provides temporary, secure access to download the file.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
-
url
The presigned S3 URL that provides temporary, secure access to download the file. URLs expire within 15 minutes for security purposes.
- Parameters:
url
- The presigned S3 URL that provides temporary, secure access to download the file. URLs expire within 15 minutes for security purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localPath
The recommended local file path where the downloaded file should be stored to maintain proper directory structure and file organization.
- Parameters:
localPath
- The recommended local file path where the downloaded file should be stored to maintain proper directory structure and file organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-