Interface PromptSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PromptSummary.Builder,PromptSummary>,SdkBuilder<PromptSummary.Builder,PromptSummary>,SdkPojo
- Enclosing class:
- PromptSummary
public static interface PromptSummary.Builder extends SdkPojo, CopyableBuilder<PromptSummary.Builder,PromptSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PromptSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).PromptSummary.BuildercreatedAt(Instant createdAt)The time at which the prompt was created.PromptSummary.Builderdescription(String description)The description of the prompt.PromptSummary.Builderid(String id)The unique identifier of the prompt.PromptSummary.Buildername(String name)The name of the prompt.PromptSummary.BuilderupdatedAt(Instant updatedAt)The time at which the prompt was last updated.PromptSummary.Builderversion(String version)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, sdkFields
-
-
-
-
Method Detail
-
arn
PromptSummary.Builder arn(String 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
PromptSummary.Builder createdAt(Instant 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
PromptSummary.Builder description(String 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
PromptSummary.Builder id(String 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
PromptSummary.Builder name(String 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
PromptSummary.Builder updatedAt(Instant 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
PromptSummary.Builder version(String 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.
-
-