Class GgcsSourceDetail.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • sourceId

        public GgcsSourceDetail.Builder sourceId​(String sourceId)
        Ggcs source artifact id.
        Parameters:
        sourceId - the value to set
        Returns:
        this builder
      • action

        public GgcsSourceDetail.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
      • shouldStartSourceOperations

        public GgcsSourceDetail.Builder shouldStartSourceOperations​(Boolean shouldStartSourceOperations)
        Boolean value that determines source operations should start or not.
        Parameters:
        shouldStartSourceOperations - the value to set
        Returns:
        this builder
      • targetUri

        public GgcsSourceDetail.Builder targetUri​(String targetUri)
        Target uri for the GoldenGate deployment where distribution path needs to be configured.
        Parameters:
        targetUri - the value to set
        Returns:
        this builder
      • targetConnectionName

        public GgcsSourceDetail.Builder targetConnectionName​(String targetConnectionName)
        Name of assigned connection for the source.
        Parameters:
        targetConnectionName - the value to set
        Returns:
        this builder