Interface AssociateRoleSetNameAction

All Superinterfaces:
AssociateRoleUpdateAction, ResourceUpdateAction<AssociateRoleUpdateAction>
All Known Implementing Classes:
AssociateRoleSetNameActionImpl

Updating the name of an AssociateRole generates an AssociateRoleNameSet Message.


Example to create an instance using the builder pattern

     AssociateRoleSetNameAction associateRoleSetNameAction = AssociateRoleSetNameAction.builder()
             .build()