Interface AssociateRoleResourceIdentifier

All Superinterfaces:
Identifiable<AssociateRole>, ResourceIdentifier, WithKey

public interface AssociateRoleResourceIdentifier extends ResourceIdentifier, Identifiable<AssociateRole>

ResourceIdentifier of an AssociateRole. Either id or key is required. If both are set, an InvalidJsonInput error is returned.


Example to create an instance using the builder pattern

     AssociateRoleResourceIdentifier associateRoleResourceIdentifier = AssociateRoleResourceIdentifier.builder()
             .build()