Class GdpPipelineSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

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

        public GdpPipelineSummary.Builder displayName​(String displayName)
        Pipeline short name.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • description

        public GdpPipelineSummary.Builder description​(String description)
        Short field input by customer for a description of the data pipeline use-case.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • serviceLogGroupId

        public GdpPipelineSummary.Builder serviceLogGroupId​(String serviceLogGroupId)
        the OCID of the service log group.
        Parameters:
        serviceLogGroupId - the value to set
        Returns:
        this builder
      • peeringRegion

        public GdpPipelineSummary.Builder peeringRegion​(String peeringRegion)
        Public region name where the peered pipeline exists.
        Parameters:
        peeringRegion - the value to set
        Returns:
        this builder
      • authorizationDetails

        public GdpPipelineSummary.Builder authorizationDetails​(String authorizationDetails)
        Free-text field containing tracking information for approval tracking.
        Parameters:
        authorizationDetails - the value to set
        Returns:
        this builder
      • timeCreated

        public GdpPipelineSummary.Builder timeCreated​(Date timeCreated)
        The time the pipeline was created.

        An RFC3339 formatted datetime string.

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

        public GdpPipelineSummary.Builder timeUpdated​(Date timeUpdated)
        The time the pipeline was updated.

        An RFC3339 formatted datetime string.

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

        public GdpPipelineSummary.Builder isFileOverrideInDestinationEnabled​(Boolean isFileOverrideInDestinationEnabled)
        Enable file override feature in destination bucket
        Parameters:
        isFileOverrideInDestinationEnabled - the value to set
        Returns:
        this builder
      • isScanningEnabled

        public GdpPipelineSummary.Builder isScanningEnabled​(Boolean isScanningEnabled)
        Determines whether GDP Scanning should be enabled for the pipeline.
        Parameters:
        isScanningEnabled - the value to set
        Returns:
        this builder
      • isChunkingEnabled

        public GdpPipelineSummary.Builder isChunkingEnabled​(Boolean isChunkingEnabled)
        Determines whether file must be chunked during the transfer.

        This is only a property of SENDER pipelines.

        Parameters:
        isChunkingEnabled - the value to set
        Returns:
        this builder
      • isApprovalNeeded

        public GdpPipelineSummary.Builder isApprovalNeeded​(Boolean isApprovalNeeded)
        Determines whether file transfers need to go through an approval workflow.
        Parameters:
        isApprovalNeeded - the value to set
        Returns:
        this builder
      • freeformTags

        public GdpPipelineSummary.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 GdpPipelineSummary.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
      • systemTags

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