public static interface DeleteRoleRequest.Builder extends IAMRequest.Builder, CopyableBuilder<DeleteRoleRequest.Builder,DeleteRoleRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRoleRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteRoleRequest.Builder |
roleName(String roleName)
The name of the role to delete.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteRoleRequest.Builder roleName(String roleName)
The name of the role 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: _+=,.@-
roleName - The name of the role 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: _+=,.@-
DeleteRoleRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.