Interface QueryStringKeyValuePair.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QueryStringKeyValuePair.Builder,,QueryStringKeyValuePair> SdkBuilder<QueryStringKeyValuePair.Builder,,QueryStringKeyValuePair> SdkPojo
- Enclosing class:
QueryStringKeyValuePair
@Mutable
@NotThreadSafe
public static interface QueryStringKeyValuePair.Builder
extends SdkPojo, CopyableBuilder<QueryStringKeyValuePair.Builder,QueryStringKeyValuePair>
-
Method Summary
Modifier and TypeMethodDescriptionThe key of the query string parameter to match.The value of the query string parameter to match.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.
- Parameters:
key- The key of the query string parameter to match. Must contain only RFC 3986 unreserved characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.
- Parameters:
value- The value of the query string parameter to match. Must contain only RFC 3986 unreserved characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-