Class AssociationSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public AssociationSummary.Builder name​(String name)
        A user-friendly name generated by the service for the association.

        Name format follows the pattern [certificatesResourceEntityType]-[associatedResourceEntityType]-UUID.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • timeCreated

        public AssociationSummary.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
      • certificatesResourceId

        public AssociationSummary.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
      • associatedResourceId

        public AssociationSummary.Builder associatedResourceId​(String associatedResourceId)
        The OCID of the associated resource.
        Parameters:
        associatedResourceId - the value to set
        Returns:
        this builder
      • compartmentId

        public AssociationSummary.Builder compartmentId​(String compartmentId)
        The compartment OCID of the association.

        This is strongly tied to the compartment OCID of the certificate-related resource.

        Parameters:
        compartmentId - the value to set
        Returns:
        this builder