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)
Add an optional request override configuration.
|
PublishSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PublishSchemaRequest.Builder |
version(String version)
The major version under which the schema will be published.
|
build
overrideConfiguration
copy
applyMutation, build
PublishSchemaRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PublishSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.