Class TenancyAttachmentSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public TenancyAttachmentSummary.Builder compartmentId​(String compartmentId)
        The Oracle ID (OCID) of the root compartment containing the tenancy attachment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • governanceRuleId

        public TenancyAttachmentSummary.Builder governanceRuleId​(String governanceRuleId)
        The Oracle ID (OCID) of the governance rule.

        Every tenancy attachment is associated with a governance rule.

        Parameters:
        governanceRuleId - the value to set
        Returns:
        this builder
      • tenancyId

        public TenancyAttachmentSummary.Builder tenancyId​(String tenancyId)
        The Oracle ID (OCID) of the tenancy to which the governance rule is attached.
        Parameters:
        tenancyId - the value to set
        Returns:
        this builder
      • timeCreated

        public TenancyAttachmentSummary.Builder timeCreated​(Date timeCreated)
        Date and time the tenancy attachment was created.

        An RFC3339 formatted datetime string.

        Example: 2016-08-25T21:10:29.600Z

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

        public TenancyAttachmentSummary.Builder timeUpdated​(Date timeUpdated)
        Date and time the tenancy attachment was updated.

        An RFC3339 formatted datetime string.

        Example: 2016-08-25T21:10:29.600Z

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • timeLastAttempted

        public TenancyAttachmentSummary.Builder timeLastAttempted​(Date timeLastAttempted)
        Date and time the tenancy attachment was last attempted.

        An RFC3339 formatted datetime string.

        Example: 2016-08-25T21:10:29.600Z

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