CopyableBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
, SdkBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
public static interface UpdateRoleDescriptionRequest.Builder extends CopyableBuilder<UpdateRoleDescriptionRequest.Builder,UpdateRoleDescriptionRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateRoleDescriptionRequest.Builder |
description(String description) |
The new description that you want to apply to the specified role.
|
UpdateRoleDescriptionRequest.Builder |
roleName(String roleName) |
The name of the role that you want to modify.
|
copy
apply, build
UpdateRoleDescriptionRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.