Interface AssociateRoleKeyReference

All Superinterfaces:
KeyReference

public interface AssociateRoleKeyReference extends KeyReference

References an Associate Role by its key.


Example to create an instance using the builder pattern

     AssociateRoleKeyReference associateRoleKeyReference = AssociateRoleKeyReference.builder()
             .key("{key}")
             .build()