public static interface PolicyVersion.Builder extends CopyableBuilder<PolicyVersion.Builder,PolicyVersion>
| Modifier and Type | Method and Description |
|---|---|
PolicyVersion.Builder |
createDate(Instant createDate)
The date and time the policy was created.
|
PolicyVersion.Builder |
isDefaultVersion(Boolean isDefaultVersion)
Specifies whether the policy version is the default.
|
PolicyVersion.Builder |
versionId(String versionId)
The policy version ID.
|
copyapply, buildPolicyVersion.Builder versionId(String versionId)
The policy version ID.
versionId - The policy version ID.PolicyVersion.Builder isDefaultVersion(Boolean isDefaultVersion)
Specifies whether the policy version is the default.
isDefaultVersion - Specifies whether the policy version is the default.PolicyVersion.Builder createDate(Instant createDate)
The date and time the policy was created.
createDate - The date and time the policy was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.