Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
@Generated("software.amazon.awssdk:codegen") public class PublishSchemaRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PublishSchemaRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PublishSchemaRequest.Builder |
builder() |
|
String |
developmentSchemaArn() |
The Amazon Resource Name (ARN) that is associated with the development schema.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The new name under which the schema will be published.
|
static Class<? extends PublishSchemaRequest.Builder> |
serializableBuilderClass() |
|
PublishSchemaRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version under which the schema will be published.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String developmentSchemaArn()
The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
public String version()
The version under which the schema will be published.
public String name()
The new name under which the schema will be published. If this is not provided, the development schema is considered.
public PublishSchemaRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
public static PublishSchemaRequest.Builder builder()
public static Class<? extends PublishSchemaRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.