CopyableBuilder<Statement.Builder,Statement>
, SdkBuilder<Statement.Builder,Statement>
public static interface Statement.Builder extends CopyableBuilder<Statement.Builder,Statement>
Modifier and Type | Method | Description |
---|---|---|
Statement.Builder |
endPosition(Position endPosition) |
The row and column of the end of a
Statement in an IAM policy. |
Statement.Builder |
sourcePolicyId(String sourcePolicyId) |
The identifier of the policy that was provided as an input.
|
Statement.Builder |
sourcePolicyType(String sourcePolicyType) |
The type of the policy.
|
Statement.Builder |
sourcePolicyType(PolicySourceType sourcePolicyType) |
The type of the policy.
|
Statement.Builder |
startPosition(Position startPosition) |
The row and column of the beginning of the
Statement in an IAM policy. |
copy
apply, build
Statement.Builder sourcePolicyId(String sourcePolicyId)
The identifier of the policy that was provided as an input.
sourcePolicyId
- The identifier of the policy that was provided as an input.Statement.Builder sourcePolicyType(String sourcePolicyType)
The type of the policy.
sourcePolicyType
- The type of the policy.PolicySourceType
Statement.Builder sourcePolicyType(PolicySourceType sourcePolicyType)
The type of the policy.
sourcePolicyType
- The type of the policy.PolicySourceType
Statement.Builder startPosition(Position startPosition)
The row and column of the beginning of the Statement
in an IAM policy.
startPosition
- The row and column of the beginning of the Statement
in an IAM policy.Statement.Builder endPosition(Position endPosition)
The row and column of the end of a Statement
in an IAM policy.
endPosition
- The row and column of the end of a Statement
in an IAM policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.