Class Association.Builder
- java.lang.Object
- 
- com.oracle.bmc.certificatesmanagement.model.Association.Builder
 
- 
- Enclosing class:
- Association
 
 public static class Association.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Association.BuilderassociatedResourceId(String associatedResourceId)The OCID of the associated resource.Association.BuilderassociationType(AssociationType associationType)Type of the association.Associationbuild()Association.BuildercertificatesResourceId(String certificatesResourceId)The OCID of the certificate-related resource associated with another Oracle Cloud Infrastructure resource.Association.BuildercompartmentId(String compartmentId)The compartment OCID of the association, which is strongly tied to the compartment OCID of the certificate-related resource.Association.Buildercopy(Association model)Association.Builderid(String id)The OCID of the association.Association.BuilderlifecycleState(AssociationLifecycleState lifecycleState)The current lifecycle state of the association.Association.Buildername(String name)A user-friendly name generated by the service for the association, expressed in a format that follows the pattern: [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID.Association.BuildertimeCreated(Date timeCreated)A property indicating when the association was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic Association.Builder id(String id) The OCID of the association.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic Association.Builder name(String name) A user-friendly name generated by the service for the association, expressed in a format that follows the pattern: [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Association.Builder timeCreated(Date timeCreated) A property indicating when the association was created, expressed in RFC 3339 timestamp format.Example: 2019-04-03T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Association.Builder lifecycleState(AssociationLifecycleState lifecycleState) The current lifecycle state of the association.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
certificatesResourceIdpublic Association.Builder certificatesResourceId(String certificatesResourceId) The OCID of the certificate-related resource associated with another Oracle Cloud Infrastructure resource.- Parameters:
- certificatesResourceId- the value to set
- Returns:
- this builder
 
 - 
associatedResourceIdpublic Association.Builder associatedResourceId(String associatedResourceId) The OCID of the associated resource.- Parameters:
- associatedResourceId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic Association.Builder compartmentId(String compartmentId) The compartment OCID of the association, which is strongly tied to the compartment OCID of the certificate-related resource.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
associationTypepublic Association.Builder associationType(AssociationType associationType) Type of the association.- Parameters:
- associationType- the value to set
- Returns:
- this builder
 
 - 
buildpublic Association build() 
 - 
copypublic Association.Builder copy(Association model) 
 
- 
 
-