Interface Prompt.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Prompt.Builder,
,Prompt> SdkBuilder<Prompt.Builder,
,Prompt> SdkPojo
- Enclosing class:
Prompt
@Mutable
@NotThreadSafe
public static interface Prompt.Builder
extends SdkPojo, CopyableBuilder<Prompt.Builder,Prompt>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description 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.The Amazon Resource Name (ARN) of the prompt.A unique identifier for the prompt.The tags used to organize, track, or control access for this resource.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
-
promptARN
The Amazon Resource Name (ARN) of the prompt.
- Parameters:
promptARN
- The Amazon Resource Name (ARN) of the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
promptId
A unique identifier for the prompt.
- Parameters:
promptId
- A unique identifier for 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.
-
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.
-
tags
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- 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.
-