CopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
, SdkBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
public static interface PublishSchemaRequest.Builder extends CopyableBuilder<PublishSchemaRequest.Builder,PublishSchemaRequest>
Modifier and Type | Method | 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 |
version(String version) |
The version under which the schema will be published.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.