CopyableBuilder<CreateTopicRequest.Builder,CreateTopicRequest>, SdkBuilder<CreateTopicRequest.Builder,CreateTopicRequest>public static interface CreateTopicRequest.Builder extends CopyableBuilder<CreateTopicRequest.Builder,CreateTopicRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateTopicRequest.Builder |
name(String name) |
The name of the topic you want to create.
|
copyapply, buildCreateTopicRequest.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 Amazon Web Services, Inc. All Rights Reserved.