Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateTopicRequest.Builder,CreateTopicRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateTopicRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateTopicRequest.Builder,CreateTopicRequest>
Input for CreateTopic action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateTopicRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateTopicRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the topic you want to create.
|
static Class<? extends CreateTopicRequest.Builder> |
serializableBuilderClass() |
|
CreateTopicRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
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.
public CreateTopicRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateTopicRequest.Builder,CreateTopicRequest>
public static CreateTopicRequest.Builder builder()
public static Class<? extends CreateTopicRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.