Class ServiceAttachment.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public ServiceAttachment.Builder id​(String id)
        Unique identifier that is immutable on creation
        Parameters:
        id - the value to set
        Returns:
        this builder
      • compartmentId

        public ServiceAttachment.Builder compartmentId​(String compartmentId)
        Compartment Identifier
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • serviceInstanceId

        public ServiceAttachment.Builder serviceInstanceId​(String serviceInstanceId)
        The ID of the service instance created that can be used to identify this on the service control plane
        Parameters:
        serviceInstanceId - the value to set
        Returns:
        this builder
      • displayName

        public ServiceAttachment.Builder displayName​(String displayName)
        Service Attachment Display name, can be renamed
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • serviceUrl

        public ServiceAttachment.Builder serviceUrl​(String serviceUrl)
        Public URL
        Parameters:
        serviceUrl - the value to set
        Returns:
        this builder
      • timeCreated

        public ServiceAttachment.Builder timeCreated​(Date timeCreated)
        The time the the ServiceInstance was created.

        An RFC3339 formatted datetime string

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

        public ServiceAttachment.Builder timeUpdated​(Date timeUpdated)
        The time the ServiceInstance was updated.

        An RFC3339 formatted datetime string

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

        public ServiceAttachment.Builder isSkuBased​(Boolean isSkuBased)
        Whether this service is provisioned due to the customer being subscribed to a specific SKU
        Parameters:
        isSkuBased - the value to set
        Returns:
        this builder
      • freeformTags

        public ServiceAttachment.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”}

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

        public ServiceAttachment.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