public static interface AwsIamPolicyVersion.Builder extends SdkPojo, CopyableBuilder<AwsIamPolicyVersion.Builder,AwsIamPolicyVersion>
| Modifier and Type | Method and Description |
|---|---|
AwsIamPolicyVersion.Builder |
createDate(String createDate)
Indicates when the version was created.
|
AwsIamPolicyVersion.Builder |
isDefaultVersion(Boolean isDefaultVersion)
Whether the version is the default version.
|
AwsIamPolicyVersion.Builder |
versionId(String versionId)
The identifier of the policy version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsIamPolicyVersion.Builder versionId(String versionId)
The identifier of the policy version.
versionId - The identifier of the policy version.AwsIamPolicyVersion.Builder isDefaultVersion(Boolean isDefaultVersion)
Whether the version is the default version.
isDefaultVersion - Whether the version is the default version.AwsIamPolicyVersion.Builder createDate(String createDate)
Indicates when the version was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
createDate - Indicates when the version was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.