Exemplo n.º 1
0
 /// <summary>
 /// Sets the RangeKeyElement property
 /// </summary>
 /// <param name="rangeKeyElement">The value to set for the RangeKeyElement property </param>
 /// <returns>this instance</returns>
 public KeySchema WithRangeKeyElement(KeySchemaElement rangeKeyElement)
 {
     this.rangeKeyElement = rangeKeyElement;
     return this;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the RangeKeyElement property
 /// </summary>
 /// <param name="rangeKeyElement">The value to set for the RangeKeyElement property </param>
 /// <returns>this instance</returns>
 public KeySchema WithRangeKeyElement(KeySchemaElement rangeKeyElement)
 {
     this.rangeKeyElement = rangeKeyElement;
     return(this);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Sets the HashKeyElement property
 /// </summary>
 /// <param name="hashKeyElement">The value to set for the HashKeyElement property </param>
 /// <returns>this instance</returns>
 public KeySchema WithHashKeyElement(KeySchemaElement hashKeyElement)
 {
     this.hashKeyElement = hashKeyElement;
     return this;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Sets the HashKeyElement property
 /// </summary>
 /// <param name="hashKeyElement">The value to set for the HashKeyElement property </param>
 /// <returns>this instance</returns>
 public KeySchema WithHashKeyElement(KeySchemaElement hashKeyElement)
 {
     this.hashKeyElement = hashKeyElement;
     return(this);
 }