Interface KeyRange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KeyRange.Builder,,- KeyRange> - SdkBuilder<KeyRange.Builder,,- KeyRange> - SdkPojo
- Enclosing class:
- KeyRange
@Mutable
@NotThreadSafe
public static interface KeyRange.Builder
extends SdkPojo, CopyableBuilder<KeyRange.Builder,KeyRange> 
- 
Method SummaryModifier and TypeMethodDescriptionbeginMarker(String beginMarker) The key that starts an optional key range for an export job.The key that ends an optional key range for an export job.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- 
beginMarkerThe key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted. - Parameters:
- beginMarker- The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endMarkerThe key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted. - Parameters:
- endMarker- The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-