| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static Statement.Builder |
Statement.builder() |
default Statement.Builder |
Statement.Builder.endPosition(Consumer<Position.Builder> endPosition)
The row and column of the end of a
Statement in an IAM policy. |
Statement.Builder |
Statement.Builder.endPosition(Position endPosition)
The row and column of the end of a
Statement in an IAM policy. |
Statement.Builder |
Statement.Builder.sourcePolicyId(String sourcePolicyId)
The identifier of the policy that was provided as an input.
|
Statement.Builder |
Statement.Builder.sourcePolicyType(PolicySourceType sourcePolicyType)
The type of the policy.
|
Statement.Builder |
Statement.Builder.sourcePolicyType(String sourcePolicyType)
The type of the policy.
|
default Statement.Builder |
Statement.Builder.startPosition(Consumer<Position.Builder> startPosition)
The row and column of the beginning of the
Statement in an IAM policy. |
Statement.Builder |
Statement.Builder.startPosition(Position startPosition)
The row and column of the beginning of the
Statement in an IAM policy. |
Statement.Builder |
Statement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Statement.Builder> |
Statement.serializableBuilderClass() |
Copyright © 2023. All rights reserved.