public static interface GetPromptFileResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetPromptFileResponse.Builder,GetPromptFileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPromptFileResponse.Builder |
lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
GetPromptFileResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
|
GetPromptFileResponse.Builder |
promptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPromptFileResponse.Builder promptPresignedUrl(String promptPresignedUrl)
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
promptPresignedUrl - A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt
in S3.GetPromptFileResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime - The timestamp when this resource was last modified.GetPromptFileResponse.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.Copyright © 2023. All rights reserved.