Interface TopicSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TopicSummary.Builder,TopicSummary>,SdkBuilder<TopicSummary.Builder,TopicSummary>,SdkPojo
- Enclosing class:
- TopicSummary
@Mutable @NotThreadSafe public static interface TopicSummary.Builder extends SdkPojo, CopyableBuilder<TopicSummary.Builder,TopicSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the topic.TopicSummary.Buildername(String name)The name of the topic.TopicSummary.BuildertopicId(String topicId)The ID for the topic.TopicSummary.BuilderuserExperienceVersion(String userExperienceVersion)The user experience version of the topic.TopicSummary.BuilderuserExperienceVersion(TopicUserExperienceVersion userExperienceVersion)The user experience version of the topic.-
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 Detail
-
arn
TopicSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the topic.
- Parameters:
arn- The Amazon Resource Name (ARN) of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicId
TopicSummary.Builder topicId(String topicId)
The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
topicId- The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TopicSummary.Builder name(String name)
The name of the topic.
- Parameters:
name- The name of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userExperienceVersion
TopicSummary.Builder userExperienceVersion(String userExperienceVersion)
The user experience version of the topic.
- Parameters:
userExperienceVersion- The user experience version of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TopicUserExperienceVersion,TopicUserExperienceVersion
-
userExperienceVersion
TopicSummary.Builder userExperienceVersion(TopicUserExperienceVersion userExperienceVersion)
The user experience version of the topic.
- Parameters:
userExperienceVersion- The user experience version of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TopicUserExperienceVersion,TopicUserExperienceVersion
-
-