Cloneable, ReadLimitInfo, ToCopyableBuilder<ApplySchemaRequest.Builder,ApplySchemaRequest>@Generated("software.amazon.awssdk:codegen") public class ApplySchemaRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ApplySchemaRequest.Builder,ApplySchemaRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ApplySchemaRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ApplySchemaRequest.Builder |
builder() |
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
publishedSchemaArn() |
Published schema Amazon Resource Name (ARN) that needs to be copied.
|
static Class<? extends ApplySchemaRequest.Builder> |
serializableBuilderClass() |
|
ApplySchemaRequest.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, withSdkClientExecutionTimeoutpublic String publishedSchemaArn()
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
public String directoryArn()
public ApplySchemaRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ApplySchemaRequest.Builder,ApplySchemaRequest>public static ApplySchemaRequest.Builder builder()
public static Class<? extends ApplySchemaRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.