Interface AssociateRoleKeyReference

All Superinterfaces:
KeyReference, WithKey
All Known Implementing Classes:
AssociateRoleKeyReferenceImpl

public interface AssociateRoleKeyReference extends KeyReference

Reference to an AssociateRole by its key.


Example to create an instance using the builder pattern

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