public static interface CreateTopicRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateTopicRequest.Builder,CreateTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTopicRequest.Builder |
name(String name)
The name of the topic you want to create.
|
CreateTopicRequest.Builder name(String name)
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
name - The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
Copyright © 2017. All rights reserved.