Interface GetPromptFileResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<GetPromptFileResponse.Builder,,GetPromptFileResponse> SdkBuilder<GetPromptFileResponse.Builder,,GetPromptFileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetPromptFileResponse
public static interface GetPromptFileResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<GetPromptFileResponse.Builder,GetPromptFileResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlastModifiedRegion(String lastModifiedRegion) The Amazon Web Services Region where this resource was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp when this resource was last modified.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.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
- 
promptPresignedUrl
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
- Parameters:
 promptPresignedUrl- A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedTime
The timestamp when this resource was last modified.
- Parameters:
 lastModifiedTime- The timestamp when this resource was last modified.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedRegion
The Amazon Web Services Region where this resource was last modified.
- Parameters:
 lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -