Class GgcsTargetDetail.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • targetId

        public GgcsTargetDetail.Builder targetId​(String targetId)
        GGCS target artifact id.
        Parameters:
        targetId - the value to set
        Returns:
        this builder
      • action

        public GgcsTargetDetail.Builder action​(WorkflowAction action)
        Action to be done over the user.

        Allowed values are “CREATE” or “UPDATE”.

        Parameters:
        action - the value to set
        Returns:
        this builder
      • shouldStartTargetOperations

        public GgcsTargetDetail.Builder shouldStartTargetOperations​(Boolean shouldStartTargetOperations)
        Boolean value that determines target operations should start or not.
        Parameters:
        shouldStartTargetOperations - the value to set
        Returns:
        this builder
      • sourceUri

        public GgcsTargetDetail.Builder sourceUri​(String sourceUri)
        Source uri for the GoldenGate deployment from where the collector path needs to be configured.
        Parameters:
        sourceUri - the value to set
        Returns:
        this builder
      • sourceConnectionName

        public GgcsTargetDetail.Builder sourceConnectionName​(String sourceConnectionName)
        Name of assigned connection for the target.
        Parameters:
        sourceConnectionName - the value to set
        Returns:
        this builder