public static interface SchemaChangeRequestDetails.Builder extends SdkPojo, CopyableBuilder<SchemaChangeRequestDetails.Builder,SchemaChangeRequestDetails>
| Modifier and Type | Method and Description |
|---|---|
SchemaChangeRequestDetails.Builder |
changes(Collection<SchemaChangeDetails> changes)
List of schema changes happening in the scope of this notification.
|
SchemaChangeRequestDetails.Builder |
changes(Consumer<SchemaChangeDetails.Builder>... changes)
List of schema changes happening in the scope of this notification.
|
SchemaChangeRequestDetails.Builder |
changes(SchemaChangeDetails... changes)
List of schema changes happening in the scope of this notification.
|
SchemaChangeRequestDetails.Builder |
schemaChangeAt(Instant schemaChangeAt)
A date in the future when the schema change is taking effect.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaChangeRequestDetails.Builder changes(Collection<SchemaChangeDetails> changes)
List of schema changes happening in the scope of this notification. This can have up to 100 entries.
changes - List of schema changes happening in the scope of this notification. This can have up to 100 entries.SchemaChangeRequestDetails.Builder changes(SchemaChangeDetails... changes)
List of schema changes happening in the scope of this notification. This can have up to 100 entries.
changes - List of schema changes happening in the scope of this notification. This can have up to 100 entries.SchemaChangeRequestDetails.Builder changes(Consumer<SchemaChangeDetails.Builder>... changes)
List of schema changes happening in the scope of this notification. This can have up to 100 entries.
This is a convenience method that creates an instance of theSchemaChangeDetails.Builder avoiding the need to
create one manually via
SchemaChangeDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #changes(List.
changes - a consumer that will call methods on
SchemaChangeDetails.Builder#changes(java.util.Collection) SchemaChangeRequestDetails.Builder schemaChangeAt(Instant schemaChangeAt)
A date in the future when the schema change is taking effect.
schemaChangeAt - A date in the future when the schema change is taking effect.Copyright © 2023. All rights reserved.