Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeletePolicyVersionRequest.Builder,DeletePolicyVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class DeletePolicyVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeletePolicyVersionRequest.Builder,DeletePolicyVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeletePolicyVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeletePolicyVersionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyArn() |
The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a version.
|
static Class<? extends DeletePolicyVersionRequest.Builder> |
serializableBuilderClass() |
|
DeletePolicyVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
The policy version to delete.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String policyArn()
The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a 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 versionId()
The policy version to delete.
This parameter allows (per its regex pattern) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.
For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide.
This parameter allows (per its regex pattern) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.
For more information about managed policy versions, see Versioning for Managed Policies in the IAM User Guide.
public DeletePolicyVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeletePolicyVersionRequest.Builder,DeletePolicyVersionRequest>
public static DeletePolicyVersionRequest.Builder builder()
public static Class<? extends DeletePolicyVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.