Interface SchemaChangeRequestDetails.Builder

    • Method Detail

      • changes

        SchemaChangeRequestDetails.Builder changes​(Collection<SchemaChangeDetails> changes)

        List of schema changes happening in the scope of this notification. This can have up to 100 entries.

        Parameters:
        changes - List of schema changes happening in the scope of this notification. This can have up to 100 entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changes

        SchemaChangeRequestDetails.Builder changes​(SchemaChangeDetails... changes)

        List of schema changes happening in the scope of this notification. This can have up to 100 entries.

        Parameters:
        changes - List of schema changes happening in the scope of this notification. This can have up to 100 entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaChangeAt

        SchemaChangeRequestDetails.Builder schemaChangeAt​(Instant schemaChangeAt)

        A date in the future when the schema change is taking effect.

        Parameters:
        schemaChangeAt - A date in the future when the schema change is taking effect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.