Interface Topic.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Topic.Builder,Topic>
,SdkBuilder<Topic.Builder,Topic>
,SdkPojo
- Enclosing class:
- Topic
public static interface Topic.Builder extends SdkPojo, CopyableBuilder<Topic.Builder,Topic>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.Builder
topicArn(String topicArn)
The topic's ARN.-
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
-
topicArn
Topic.Builder topicArn(String topicArn)
The topic's ARN.
- Parameters:
topicArn
- The topic's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-