Interface CreatePresignedUrlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePresignedUrlResponse.Builder,,CreatePresignedUrlResponse> QAppsResponse.Builder,SdkBuilder<CreatePresignedUrlResponse.Builder,,CreatePresignedUrlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreatePresignedUrlResponse
@Mutable
@NotThreadSafe
public static interface CreatePresignedUrlResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<CreatePresignedUrlResponse.Builder,CreatePresignedUrlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier assigned to the file to be uploaded.presignedUrl(String presignedUrl) The URL for a presigned S3 POST operation used to upload a file.presignedUrlExpiration(Instant presignedUrlExpiration) The date and time that the presigned URL will expire in ISO 8601 format.presignedUrlFields(Map<String, String> presignedUrlFields) The form fields to include in the presigned S3 POST operation used to upload a file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
fileId
The unique identifier assigned to the file to be uploaded.
- Parameters:
fileId- The unique identifier assigned to the file to be uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
presignedUrl
The URL for a presigned S3 POST operation used to upload a file.
- Parameters:
presignedUrl- The URL for a presigned S3 POST operation used to upload a file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
presignedUrlFields
The form fields to include in the presigned S3 POST operation used to upload a file.
- Parameters:
presignedUrlFields- The form fields to include in the presigned S3 POST operation used to upload a file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
presignedUrlExpiration
The date and time that the presigned URL will expire in ISO 8601 format.
- Parameters:
presignedUrlExpiration- The date and time that the presigned URL will expire in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-