@Generated(value="software.amazon.awssdk:codegen") public final class CreatePolicyVersionRequest extends IamRequest implements ToCopyableBuilder<CreatePolicyVersionRequest.Builder,CreatePolicyVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePolicyVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePolicyVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyArn()
The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new version.
|
String |
policyDocument()
The JSON policy document that you want to use as the content for this new version of the policy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePolicyVersionRequest.Builder> |
serializableBuilderClass() |
Boolean |
setAsDefault()
Specifies whether to set this version as the policy's default version.
|
CreatePolicyVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String policyArn()
The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new version.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public String policyDocument()
The JSON policy document that you want to use as the content for this new version of the policy.
You must provide policies in JSON format in IAM. However, for AWS CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. AWS CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII
character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed (
), and carriage return (
)
You must provide policies in JSON format in IAM. However, for AWS CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. AWS CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of
the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through
ÿ)
The special characters tab ( ), line feed (
), and carriage return (
)
public Boolean setAsDefault()
Specifies whether to set this version as the policy's default version.
When this parameter is true, the new policy version becomes the operative version. That is, it
becomes the version that is in effect for the IAM users, groups, and roles that the policy is attached to.
For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide.
When this parameter is true, the new policy version becomes the operative version. That is,
it becomes the version that is in effect for the IAM users, groups, and roles that the policy is attached
to.
For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide.
public CreatePolicyVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePolicyVersionRequest.Builder,CreatePolicyVersionRequest>toBuilder in class IamRequestpublic static CreatePolicyVersionRequest.Builder builder()
public static Class<? extends CreatePolicyVersionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.