Interface ParsedQueryComponent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParsedQueryComponent.Builder,
,ParsedQueryComponent> SdkBuilder<ParsedQueryComponent.Builder,
,ParsedQueryComponent> SdkPojo
- Enclosing class:
ParsedQueryComponent
@Mutable
@NotThreadSafe
public static interface ParsedQueryComponent.Builder
extends SdkPojo, CopyableBuilder<ParsedQueryComponent.Builder,ParsedQueryComponent>
-
Method Summary
Modifier and TypeMethodDescriptionEnd index of the parsed query component.queryComponent
(String queryComponent) The address component that the parsed query component corresponds to.startIndex
(Integer startIndex) Start index of the parsed query component.Value of the parsed query component.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
startIndex
Start index of the parsed query component.
- Parameters:
startIndex
- Start index of the parsed query component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endIndex
End index of the parsed query component.
- Parameters:
endIndex
- End index of the parsed query component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Value of the parsed query component.
- Parameters:
value
- Value of the parsed query component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryComponent
The address component that the parsed query component corresponds to.
- Parameters:
queryComponent
- The address component that the parsed query component corresponds to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-