public static interface PublishSchemaRequest.Builder extends CloudDirectoryRequest.Builder, 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 |
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 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 version under which the schema will be published.
version
- The version under which the schema will be published.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.