Class ScheduledFleetSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • tenancyId

        public ScheduledFleetSummary.Builder tenancyId​(String tenancyId)
        OCID of the tenancy to which the resource belongs to.
        Parameters:
        tenancyId - the value to set
        Returns:
        this builder
      • displayName

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

        Does not have to be unique, and it’s changeable. Avoid entering confidential information.

        Example: My new resource

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

        public ScheduledFleetSummary.Builder countOfAffectedResources​(Integer countOfAffectedResources)
        Count of Resources affected by the Schedule
        Parameters:
        countOfAffectedResources - the value to set
        Returns:
        this builder
      • countOfAffectedTargets

        public ScheduledFleetSummary.Builder countOfAffectedTargets​(Integer countOfAffectedTargets)
        Count of Targets affected by the Schedule
        Parameters:
        countOfAffectedTargets - the value to set
        Returns:
        this builder
      • applicationTypes

        public ScheduledFleetSummary.Builder applicationTypes​(List<String> applicationTypes)
        All application types part of the schedule.
        Parameters:
        applicationTypes - the value to set
        Returns:
        this builder
      • systemTags

        public ScheduledFleetSummary.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        System tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

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