public static interface GetDiscoveredSchemaRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<GetDiscoveredSchemaRequest.Builder,GetDiscoveredSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDiscoveredSchemaRequest.Builder |
events(Collection<String> events)
An array of strings where each string is a JSON event.
|
GetDiscoveredSchemaRequest.Builder |
events(String... events)
An array of strings where each string is a JSON event.
|
GetDiscoveredSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDiscoveredSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDiscoveredSchemaRequest.Builder |
type(String type)
The type of event.
|
GetDiscoveredSchemaRequest.Builder |
type(Type type)
The type of event.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDiscoveredSchemaRequest.Builder events(Collection<String> events)
An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.
events - An array of strings where each string is a JSON event. These are the events that were used to generate
the schema. The array includes a single type of event and has a maximum size of 10 events.GetDiscoveredSchemaRequest.Builder events(String... events)
An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.
events - An array of strings where each string is a JSON event. These are the events that were used to generate
the schema. The array includes a single type of event and has a maximum size of 10 events.GetDiscoveredSchemaRequest.Builder type(String type)
The type of event.
GetDiscoveredSchemaRequest.Builder type(Type type)
The type of event.
GetDiscoveredSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDiscoveredSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.