public static interface BatchGetSchemaRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<BatchGetSchemaRequest.Builder,BatchGetSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetSchemaRequest.Builder |
collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schemas belong to.
|
BatchGetSchemaRequest.Builder |
names(Collection<String> names)
The names for the schema objects to retrieve.>
|
BatchGetSchemaRequest.Builder |
names(String... names)
The names for the schema objects to retrieve.>
|
BatchGetSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetSchemaRequest.Builder collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration
ID.BatchGetSchemaRequest.Builder names(Collection<String> names)
The names for the schema objects to retrieve.>
names - The names for the schema objects to retrieve.>BatchGetSchemaRequest.Builder names(String... names)
The names for the schema objects to retrieve.>
names - The names for the schema objects to retrieve.>BatchGetSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.