Interface PromptSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PromptSummary.Builder,
,PromptSummary> SdkBuilder<PromptSummary.Builder,
,PromptSummary> SdkPojo
- Enclosing class:
PromptSummary
@Mutable
@NotThreadSafe
public static interface PromptSummary.Builder
extends SdkPojo, CopyableBuilder<PromptSummary.Builder,PromptSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).The time at which the prompt was created.description
(String description) The description of the prompt.The unique identifier of the prompt.The name of the prompt.The time at which the prompt was last updated.The version of the prompt that this summary applies to.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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).
- Parameters:
arn
- The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time at which the prompt was created.
- Parameters:
createdAt
- The time at which the prompt was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the prompt.
- Parameters:
description
- The description of the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the prompt.
- Parameters:
id
- The unique identifier of the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the prompt.
- Parameters:
name
- The name of the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time at which the prompt was last updated.
- Parameters:
updatedAt
- The time at which the prompt was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the prompt that this summary applies to.
- Parameters:
version
- The version of the prompt that this summary applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-