public static interface PublishSchemaRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
PublishSchemaRequest.Builder |
developmentSchemaArn(String developmentSchemaArn)
The Amazon Resource Name (ARN) that is associated with the development schema.
|
PublishSchemaRequest.Builder |
minorVersion(String minorVersion)
The minor version under which the schema will be published.
|
PublishSchemaRequest.Builder |
name(String name)
The new name under which the schema will be published.
|
PublishSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PublishSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PublishSchemaRequest.Builder |
version(String version)
The major version under which the schema will be published.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPublishSchemaRequest.Builder developmentSchemaArn(String developmentSchemaArn)
The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.
developmentSchemaArn - The Amazon Resource Name (ARN) that is associated with the development schema. For more information,
see arns.PublishSchemaRequest.Builder version(String version)
The major version under which the schema will be published. Schemas have both a major and minor version associated with them.
version - The major version under which the schema will be published. Schemas have both a major and minor
version associated with them.PublishSchemaRequest.Builder minorVersion(String minorVersion)
The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.
minorVersion - The minor version under which the schema will be published. This parameter is recommended. Schemas
have both a major and minor version associated with them.PublishSchemaRequest.Builder name(String name)
The new name under which the schema will be published. If this is not provided, the development schema is considered.
name - The new name under which the schema will be published. If this is not provided, the development schema
is considered.PublishSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPublishSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.