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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPromptFileResponse.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.GetPromptFileResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.GetPromptFileResponse.BuilderpromptPresignedUrl(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
promptPresignedUrl
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.
- 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
GetPromptFileResponse.Builder lastModifiedTime(Instant 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
GetPromptFileResponse.Builder lastModifiedRegion(String 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.
-
-