public CreateTableRequest WithKeySchema(KeySchema keySchema)
 {
     this.keySchema = keySchema;
     return this;
 }
Пример #2
0
 /// <summary>
 /// Sets the KeySchema property
 /// </summary>
 /// <param name="keySchema">The value to set for the KeySchema property </param>
 /// <returns>this instance</returns>
 public TableDescription WithKeySchema(KeySchema keySchema)
 {
     this.keySchema = keySchema;
     return this;
 }
 /// <summary>
 /// Sets the KeySchema property
 /// </summary>
 /// <param name="keySchema">The value to set for the KeySchema property </param>
 /// <returns>this instance</returns>
 public TableDescription WithKeySchema(KeySchema keySchema)
 {
     this.keySchema = keySchema;
     return(this);
 }
 public CreateTableRequest WithKeySchema(KeySchema keySchema)
 {
     this.keySchema = keySchema;
     return(this);
 }