Interface GetDiscoveredSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDiscoveredSchemaRequest.Builder,GetDiscoveredSchemaRequest>,SchemasRequest.Builder,SdkBuilder<GetDiscoveredSchemaRequest.Builder,GetDiscoveredSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetDiscoveredSchemaRequest
public static interface GetDiscoveredSchemaRequest.Builder extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<GetDiscoveredSchemaRequest.Builder,GetDiscoveredSchemaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDiscoveredSchemaRequest.Builderevents(String... events)An array of strings where each string is a JSON event.GetDiscoveredSchemaRequest.Builderevents(Collection<String> events)An array of strings where each string is a JSON event.GetDiscoveredSchemaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDiscoveredSchemaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDiscoveredSchemaRequest.Buildertype(String type)The type of event.GetDiscoveredSchemaRequest.Buildertype(Type type)The type of event.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.schemas.model.SchemasRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
events
GetDiscoveredSchemaRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
GetDiscoveredSchemaRequest.Builder type(String type)
The type of event.
-
type
GetDiscoveredSchemaRequest.Builder type(Type type)
The type of event.
-
overrideConfiguration
GetDiscoveredSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetDiscoveredSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-