Uses of Interface
software.amazon.awssdk.services.quicksight.model.Anchor.Builder
-
Packages that use Anchor.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Anchor.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Anchor.Builder Modifier and Type Method Description Anchor.BuilderAnchor.Builder. anchorType(String anchorType)TheAnchorTypefor the Anchor.Anchor.BuilderAnchor.Builder. anchorType(AnchorType anchorType)TheAnchorTypefor the Anchor.static Anchor.BuilderAnchor. builder()Anchor.BuilderAnchor.Builder. offset(Integer offset)The offset of the Anchor.Anchor.BuilderAnchor.Builder. timeGranularity(String timeGranularity)TheTimeGranularityof the Anchor.Anchor.BuilderAnchor.Builder. timeGranularity(TimeGranularity timeGranularity)TheTimeGranularityof the Anchor.Anchor.BuilderAnchor. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Anchor.Builder Modifier and Type Method Description static Class<? extends Anchor.Builder>Anchor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Anchor.Builder Modifier and Type Method Description default TopicIRFilterOption.BuilderTopicIRFilterOption.Builder. anchor(Consumer<Anchor.Builder> anchor)The anchor for theTopicIRFilterOption.
-