Interface Prompt.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Prompt.Builder,Prompt>,SdkBuilder<Prompt.Builder,Prompt>,SdkPojo
- Enclosing class:
- Prompt
public static interface Prompt.Builder extends SdkPojo, CopyableBuilder<Prompt.Builder,Prompt>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Prompt.Builderdescription(String description)The description of the prompt.Prompt.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.Prompt.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.Prompt.Buildername(String name)The name of the prompt.Prompt.BuilderpromptARN(String promptARN)The Amazon Resource Name (ARN) of the prompt.Prompt.BuilderpromptId(String promptId)A unique identifier for the prompt.Prompt.Buildertags(Map<String,String> tags)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, sdkFields
-
-
-
-
Method Detail
-
promptARN
Prompt.Builder promptARN(String 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
Prompt.Builder promptId(String 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
Prompt.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.
-
description
Prompt.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.
-
tags
Prompt.Builder tags(Map<String,String> 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
Prompt.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
Prompt.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.
-
-