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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startIndexStart 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.
 
- 
endIndexEnd 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.
 
- 
valueValue 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.
 
- 
queryComponentThe 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.
 
 
-