CopyableBuilder<PolicyVersion.Builder,PolicyVersion>
, SdkBuilder<PolicyVersion.Builder,PolicyVersion>
public static interface PolicyVersion.Builder extends CopyableBuilder<PolicyVersion.Builder,PolicyVersion>
Modifier and Type | Method | Description |
---|---|---|
PolicyVersion.Builder |
createDate(Date 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.
|
copy
apply, build
PolicyVersion.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(Date 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.