CadfResource.Builder | 
CadfResource.Builder.address(CadfEndpoint address) | 
 A convenience method to add one address at a time. 
 | 
CadfResource.Builder | 
CadfResource.Builder.addresses(CadfEndpoint[] addresses) | 
 An optional array of descriptive addresses (including URLs) of the resource 
 | 
CadfResource.Builder | 
CadfResource.Builder.addresses(java.util.ArrayList<CadfEndpoint> addresses) | 
 An optional ArrayList of descriptive addresses (including URLs) of the
 resource 
 | 
CadfResource.Builder | 
CadfResource.Builder.attachment(CadfAttachment attachment) | 
 A convenience method to add one attachment at a time. 
 | 
CadfResource.Builder | 
CadfResource.Builder.attachments(CadfAttachment[] attachments) | 
 An optional array of additional data containing information about the
 reporter or any action it performed that affected the CADF Event Record
 contents. 
 | 
CadfResource.Builder | 
CadfResource.Builder.attachments(java.util.ArrayList<CadfAttachment> attachments) | 
 An optional array of additional data containing information about the
 reporter or any action it performed that affected the CADF Event Record
 contents. 
 | 
static CadfResource.Builder | 
CadfResource.builder() | 
  | 
CadfResource.Builder | 
CadfResource.Builder.credential(CadfCredential cred) | 
 Set the optional optional security credentials associated with the resource’s
 identity. 
 | 
CadfResource.Builder | 
CadfResource.Builder.domain(java.lang.String domain) | 
 Set the optional name of the domain that qualifies the name of the resource
 (e.g., a path name, a container name, etc.). 
 | 
CadfResource.Builder | 
CadfResource.Builder.geolocation(CadfGeolocation geoloc) | 
 Set the property describing the geographic location of the resource using a
 CADF Geolocation data type. 
 | 
CadfResource.Builder | 
CadfResource.Builder.geolocationId(java.lang.String geolocId) | 
 This optional property identifies a CADF Geolocation by reference and whose
 definition exists outside the event record itself (e.g., within the same CADF
 Log or Report level). 
 | 
CadfResource.Builder | 
CadfResource.Builder.host(java.lang.String host) | 
 Set the optional information about the (network) host of the resource 
 | 
CadfResource.Builder | 
CadfResource.Builder.id(java.lang.String id) | 
 Set the optional local name for the resource (not necessarily unique) 
 | 
CadfResource.Builder | 
CadfResource.Builder.name(java.lang.String name) | 
 Set the optional local name for the resource (not necessarily unique) 
 | 
CadfResource.Builder | 
CadfResource.Builder.typeURI(ResourceType typeURI) | 
  |