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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Anchor.BuilderanchorType(String anchorType)TheAnchorTypefor the Anchor.Anchor.BuilderanchorType(AnchorType anchorType)TheAnchorTypefor the Anchor.Anchor.Builderoffset(Integer offset)The offset of the Anchor.Anchor.BuildertimeGranularity(String timeGranularity)TheTimeGranularityof the Anchor.Anchor.BuildertimeGranularity(TimeGranularity timeGranularity)TheTimeGranularityof 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 Detail
-
anchorType
Anchor.Builder anchorType(String anchorType)
The
AnchorTypefor the Anchor.- Parameters:
anchorType- TheAnchorTypefor the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnchorType,AnchorType
-
anchorType
Anchor.Builder anchorType(AnchorType anchorType)
The
AnchorTypefor the Anchor.- Parameters:
anchorType- TheAnchorTypefor the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AnchorType,AnchorType
-
timeGranularity
Anchor.Builder timeGranularity(String timeGranularity)
The
TimeGranularityof the Anchor.- Parameters:
timeGranularity- TheTimeGranularityof the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimeGranularity,TimeGranularity
-
timeGranularity
Anchor.Builder timeGranularity(TimeGranularity timeGranularity)
The
TimeGranularityof the Anchor.- Parameters:
timeGranularity- TheTimeGranularityof the Anchor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimeGranularity,TimeGranularity
-
offset
Anchor.Builder offset(Integer 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.
-
-