Interface CreatePresignedUrlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePresignedUrlRequest.Builder,CreatePresignedUrlRequest>,QAppsRequest.Builder,SdkBuilder<CreatePresignedUrlRequest.Builder,CreatePresignedUrlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePresignedUrlRequest
public static interface CreatePresignedUrlRequest.Builder extends QAppsRequest.Builder, SdkPojo, CopyableBuilder<CreatePresignedUrlRequest.Builder,CreatePresignedUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePresignedUrlRequest.BuilderappId(String appId)The unique identifier of the Q App the file is associated with.CreatePresignedUrlRequest.BuildercardId(String cardId)The unique identifier of the card the file is associated with.CreatePresignedUrlRequest.BuilderfileContentsSha256(String fileContentsSha256)The Base64-encoded SHA-256 digest of the contents of the file to be uploaded.CreatePresignedUrlRequest.BuilderfileName(String fileName)The name of the file to be uploaded.CreatePresignedUrlRequest.BuilderinstanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.CreatePresignedUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePresignedUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePresignedUrlRequest.Builderscope(String scope)Whether the file is associated with a Q App definition or a specific Q App session.CreatePresignedUrlRequest.Builderscope(DocumentScope scope)Whether the file is associated with a Q App definition or a specific Q App session.CreatePresignedUrlRequest.BuildersessionId(String sessionId)The unique identifier of the Q App session the file is associated with, if applicable.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsRequest.Builder
build
-
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 Detail
-
instanceId
CreatePresignedUrlRequest.Builder instanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
- Parameters:
instanceId- The unique identifier of the Amazon Q Business application environment instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cardId
CreatePresignedUrlRequest.Builder cardId(String cardId)
The unique identifier of the card the file is associated with.
- Parameters:
cardId- The unique identifier of the card the file is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appId
CreatePresignedUrlRequest.Builder appId(String appId)
The unique identifier of the Q App the file is associated with.
- Parameters:
appId- The unique identifier of the Q App the file is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileContentsSha256
CreatePresignedUrlRequest.Builder fileContentsSha256(String fileContentsSha256)
The Base64-encoded SHA-256 digest of the contents of the file to be uploaded.
- Parameters:
fileContentsSha256- The Base64-encoded SHA-256 digest of the contents of the file to be uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
CreatePresignedUrlRequest.Builder fileName(String fileName)
The name of the file to be uploaded.
- Parameters:
fileName- The name of the file to be uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
CreatePresignedUrlRequest.Builder scope(String scope)
Whether the file is associated with a Q App definition or a specific Q App session.
- Parameters:
scope- Whether the file is associated with a Q App definition or a specific Q App session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentScope,DocumentScope
-
scope
CreatePresignedUrlRequest.Builder scope(DocumentScope scope)
Whether the file is associated with a Q App definition or a specific Q App session.
- Parameters:
scope- Whether the file is associated with a Q App definition or a specific Q App session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentScope,DocumentScope
-
sessionId
CreatePresignedUrlRequest.Builder sessionId(String sessionId)
The unique identifier of the Q App session the file is associated with, if applicable.
- Parameters:
sessionId- The unique identifier of the Q App session the file is associated with, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreatePresignedUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePresignedUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-