Uses of Interface
software.amazon.awssdk.services.iam.model.Statement.Builder
-
Packages that use Statement.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of Statement.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return Statement.Builder Modifier and Type Method Description static Statement.BuilderStatement. builder()default Statement.BuilderStatement.Builder. endPosition(Consumer<Position.Builder> endPosition)The row and column of the end of aStatementin an IAM policy.Statement.BuilderStatement.Builder. endPosition(Position endPosition)The row and column of the end of aStatementin an IAM policy.Statement.BuilderStatement.Builder. sourcePolicyId(String sourcePolicyId)The identifier of the policy that was provided as an input.Statement.BuilderStatement.Builder. sourcePolicyType(String sourcePolicyType)The type of the policy.Statement.BuilderStatement.Builder. sourcePolicyType(PolicySourceType sourcePolicyType)The type of the policy.default Statement.BuilderStatement.Builder. startPosition(Consumer<Position.Builder> startPosition)The row and column of the beginning of theStatementin an IAM policy.Statement.BuilderStatement.Builder. startPosition(Position startPosition)The row and column of the beginning of theStatementin an IAM policy.Statement.BuilderStatement. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type Statement.Builder Modifier and Type Method Description static Class<? extends Statement.Builder>Statement. serializableBuilderClass()
-