Interface AssociateRoleKeyReference

All Superinterfaces:
KeyReference, WithKey

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()
 
  • Field Details

    • ASSOCIATE_ROLE

      static final String ASSOCIATE_ROLE
      discriminator value for AssociateRoleKeyReference
      See Also:
  • Method Details