Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.Position.Builder
-
Packages that use Position.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of Position.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return Position.Builder Modifier and Type Method Description static Position.BuilderPosition. builder()Position.BuilderPosition.Builder. column(Integer column)The column of the position, starting from 0.Position.BuilderPosition.Builder. line(Integer line)The line of the position, starting from 1.Position.BuilderPosition.Builder. offset(Integer offset)The offset within the policy that corresponds to the position, starting from 0.Position.BuilderPosition. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type Position.Builder Modifier and Type Method Description static Class<? extends Position.Builder>Position. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type Position.Builder Modifier and Type Method Description default Span.BuilderSpan.Builder. end(Consumer<Position.Builder> end)The end position of the span (exclusive).default Span.BuilderSpan.Builder. start(Consumer<Position.Builder> start)The start position of the span (inclusive).
-