Class EnrollmentStatus.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public EnrollmentStatus.Builder compartmentId​(String compartmentId)
        The OCID of the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • lifecycleState

        public EnrollmentStatus.Builder lifecycleState​(LifecycleState lifecycleState)
        The enrollment status’ current state.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • statusReason

        public EnrollmentStatus.Builder statusReason​(String statusReason)
        The reason for the enrollment status of the tenancy.
        Parameters:
        statusReason - the value to set
        Returns:
        this builder
      • timeCreated

        public EnrollmentStatus.Builder timeCreated​(Date timeCreated)
        The date and time the enrollment status was created, in the format defined by RFC3339.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public EnrollmentStatus.Builder timeUpdated​(Date timeUpdated)
        The date and time the enrollment status was last updated, in the format defined by RFC3339.
        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder