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 Details

    • 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.