Interface Anchor.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Anchor.Builder,
,Anchor> SdkBuilder<Anchor.Builder,
,Anchor> SdkPojo
- Enclosing class:
Anchor
@Mutable
@NotThreadSafe
public static interface Anchor.Builder
extends SdkPojo, CopyableBuilder<Anchor.Builder,Anchor>
-
Method Summary
Modifier and TypeMethodDescriptionanchorType
(String anchorType) TheAnchorType
for the Anchor.anchorType
(AnchorType anchorType) TheAnchorType
for the Anchor.The offset of the Anchor.timeGranularity
(String timeGranularity) TheTimeGranularity
of the Anchor.timeGranularity
(TimeGranularity timeGranularity) TheTimeGranularity
of the Anchor.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
-
anchorType
The
AnchorType
for the Anchor.- Parameters:
anchorType
- TheAnchorType
for the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
anchorType
The
AnchorType
for the Anchor.- Parameters:
anchorType
- TheAnchorType
for the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeGranularity
The
TimeGranularity
of the Anchor.- Parameters:
timeGranularity
- TheTimeGranularity
of the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeGranularity
The
TimeGranularity
of the Anchor.- Parameters:
timeGranularity
- TheTimeGranularity
of the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
offset
The offset of the Anchor.
- Parameters:
offset
- The offset of the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-