Interface AssociateRoleAssignmentDraft

All Superinterfaces:
Draft<AssociateRoleAssignmentDraft>

public interface AssociateRoleAssignmentDraft extends Draft<AssociateRoleAssignmentDraft>
AssociateRoleAssignmentDraft
Example to create an instance using the builder pattern

     AssociateRoleAssignmentDraft associateRoleAssignmentDraft = AssociateRoleAssignmentDraft.builder()
             .associateRole(associateRoleBuilder -> associateRoleBuilder)
             .build()