public static interface UpdateRoleDescriptionRequest.Builder extends IamRequest.Builder, CopyableBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoleDescriptionRequest.Builder |
description(String description)
The new description that you want to apply to the specified role.
|
UpdateRoleDescriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateRoleDescriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateRoleDescriptionRequest.Builder |
roleName(String roleName)
The name of the role that you want to modify.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateRoleDescriptionRequest.Builder roleName(String roleName)
The name of the role that you want to modify.
roleName - The name of the role that you want to modify.UpdateRoleDescriptionRequest.Builder description(String description)
The new description that you want to apply to the specified role.
description - The new description that you want to apply to the specified role.UpdateRoleDescriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateRoleDescriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.