Interface AwsIamPolicyVersion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsIamPolicyVersion.Builder,AwsIamPolicyVersion>,SdkBuilder<AwsIamPolicyVersion.Builder,AwsIamPolicyVersion>,SdkPojo
- Enclosing class:
- AwsIamPolicyVersion
public static interface AwsIamPolicyVersion.Builder extends SdkPojo, CopyableBuilder<AwsIamPolicyVersion.Builder,AwsIamPolicyVersion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsIamPolicyVersion.BuildercreateDate(String createDate)Indicates when the version was created.AwsIamPolicyVersion.BuilderisDefaultVersion(Boolean isDefaultVersion)Whether the version is the default version.AwsIamPolicyVersion.BuilderversionId(String versionId)The identifier of the policy version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
versionId
AwsIamPolicyVersion.Builder versionId(String versionId)
The identifier of the policy version.
- Parameters:
versionId- The identifier of the policy version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefaultVersion
AwsIamPolicyVersion.Builder isDefaultVersion(Boolean isDefaultVersion)
Whether the version is the default version.
- Parameters:
isDefaultVersion- Whether the version is the default version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createDate
AwsIamPolicyVersion.Builder createDate(String createDate)
Indicates when the version was created.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Parameters:
createDate- Indicates when the version was created.For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-