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 Details

    • 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

      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

      The type of event.

      Parameters:
      type - The type of event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of event.

      Parameters:
      type - The type of event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GetDiscoveredSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.