Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteUserPolicyRequest.Builder,DeleteUserPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteUserPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteUserPolicyRequest.Builder,DeleteUserPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteUserPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteUserPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyName() |
The name identifying the policy document to delete.
|
static Class<? extends DeleteUserPolicyRequest.Builder> |
serializableBuilderClass() |
|
DeleteUserPolicyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name (friendly name, not ARN) identifying the user that the policy is embedded in.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userName()
The name (friendly name, not ARN) identifying the user that the policy is embedded in.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String policyName()
The name identifying the policy document to delete.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public DeleteUserPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteUserPolicyRequest.Builder,DeleteUserPolicyRequest>
public static DeleteUserPolicyRequest.Builder builder()
public static Class<? extends DeleteUserPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.