Interface CreatePresignedUrlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePresignedUrlResponse.Builder,CreatePresignedUrlResponse>,QAppsResponse.Builder,SdkBuilder<CreatePresignedUrlResponse.Builder,CreatePresignedUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreatePresignedUrlResponse
public static interface CreatePresignedUrlResponse.Builder extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<CreatePresignedUrlResponse.Builder,CreatePresignedUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePresignedUrlResponse.BuilderfileId(String fileId)The unique identifier assigned to the file to be uploaded.CreatePresignedUrlResponse.BuilderpresignedUrl(String presignedUrl)The URL for a presigned S3 POST operation used to upload a file.CreatePresignedUrlResponse.BuilderpresignedUrlExpiration(Instant presignedUrlExpiration)The date and time that the presigned URL will expire in ISO 8601 format.CreatePresignedUrlResponse.BuilderpresignedUrlFields(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
copy
-
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fileId
CreatePresignedUrlResponse.Builder fileId(String 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
CreatePresignedUrlResponse.Builder presignedUrl(String 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
CreatePresignedUrlResponse.Builder presignedUrlFields(Map<String,String> 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
CreatePresignedUrlResponse.Builder presignedUrlExpiration(Instant 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.
-
-