Class UpdateTargetDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public UpdateTargetDetails.Builder displayName​(String displayName)
        Display name of a target.

        Avoid entering confidential information.

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

        public UpdateTargetDetails.Builder lifecycleState​(LifecycleState lifecycleState)
        The current lifecycle state of the Target.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • freeformTags

        public UpdateTargetDetails.Builder freeformTags​(Map<String,​String> freeformTags)
        Simple key-value pair that is applied without any predefined name, type or scope.

        Exists for cross-compatibility only. Example: {“bar-key”: “value”}

        Avoid entering confidential information.

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • definedTags

        public UpdateTargetDetails.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

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