Interface ConnectionQueryStringParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectionQueryStringParameter.Builder,ConnectionQueryStringParameter>, SdkBuilder<ConnectionQueryStringParameter.Builder,ConnectionQueryStringParameter>, SdkPojo
Enclosing class:
ConnectionQueryStringParameter

public static interface ConnectionQueryStringParameter.Builder extends SdkPojo, CopyableBuilder<ConnectionQueryStringParameter.Builder,ConnectionQueryStringParameter>
  • Method Details

    • key

      The key for a query string parameter.

      Parameters:
      key - The key for a query string parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value associated with the key for the query string parameter.

      Parameters:
      value - The value associated with the key for the query string parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isValueSecret

      ConnectionQueryStringParameter.Builder isValueSecret(Boolean isValueSecret)

      Specifies whether the value is secret.

      Parameters:
      isValueSecret - Specifies whether the value is secret.
      Returns:
      Returns a reference to this object so that method calls can be chained together.