Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StartSchemaExtensionRequest.Builder,StartSchemaExtensionRequest>
@Generated("software.amazon.awssdk:codegen") public class StartSchemaExtensionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StartSchemaExtensionRequest.Builder,StartSchemaExtensionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartSchemaExtensionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static StartSchemaExtensionRequest.Builder |
builder() |
|
Boolean |
createSnapshotBeforeSchemaExtension() |
If true, creates a snapshot of the directory before applying the schema extension.
|
String |
description() |
A description of the schema extension.
|
String |
directoryId() |
The identifier of the directory for which the schema extension will be applied to.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ldifContent() |
The LDIF file represented as a string.
|
static Class<? extends StartSchemaExtensionRequest.Builder> |
serializableBuilderClass() |
|
StartSchemaExtensionRequest.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 directoryId()
The identifier of the directory for which the schema extension will be applied to.
public Boolean createSnapshotBeforeSchemaExtension()
If true, creates a snapshot of the directory before applying the schema extension.
public String ldifContent()
The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.
public String description()
A description of the schema extension.
public StartSchemaExtensionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartSchemaExtensionRequest.Builder,StartSchemaExtensionRequest>
public static StartSchemaExtensionRequest.Builder builder()
public static Class<? extends StartSchemaExtensionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.