Class ExportSetSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • availabilityDomain

        public ExportSetSummary.Builder availabilityDomain​(String availabilityDomain)
        The availability domain the export set is in.

        May be unset as a blank or NULL value.

        Example: Uocm:PHX-AD-1

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

        public ExportSetSummary.Builder compartmentId​(String compartmentId)
        The OCID of the compartment that contains the export set.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • displayName

        public ExportSetSummary.Builder displayName​(String displayName)
        A user-friendly name.

        It does not have to be unique, and it is changeable. Avoid entering confidential information.

        Example: My export set

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

        public ExportSetSummary.Builder timeCreated​(Date timeCreated)
        The date and time the export set was created, expressed in RFC 3339 timestamp format.

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

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

        public ExportSetSummary.Builder vcnId​(String vcnId)
        The OCID of the virtual cloud network (VCN) the export set is in.
        Parameters:
        vcnId - the value to set
        Returns:
        this builder