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
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the prompt.The identifier of the prompt.lastModifiedRegion
(String lastModifiedRegion) The Amazon Web Services Region where this resource was last modified.lastModifiedTime
(Instant lastModifiedTime) The timestamp when this resource was last modified.The name of the prompt.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 Details
-
id
The identifier of the prompt.
- Parameters:
id
- The identifier of the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the prompt.
- Parameters:
arn
- The Amazon Resource Name (ARN) 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.
-
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.
-