Class GetTektonPipelineTriggerOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String pipelineId,
                       java.lang.String triggerId)
        Instantiates a new builder with required properties.
        Parameters:
        pipelineId - the pipelineId
        triggerId - the triggerId
    • Method Detail

      • build

        public GetTektonPipelineTriggerOptions build()
        Builds a GetTektonPipelineTriggerOptions.
        Returns:
        the new GetTektonPipelineTriggerOptions instance
      • pipelineId

        public GetTektonPipelineTriggerOptions.Builder pipelineId​(java.lang.String pipelineId)
        Set the pipelineId.
        Parameters:
        pipelineId - the pipelineId
        Returns:
        the GetTektonPipelineTriggerOptions builder
      • triggerId

        public GetTektonPipelineTriggerOptions.Builder triggerId​(java.lang.String triggerId)
        Set the triggerId.
        Parameters:
        triggerId - the triggerId
        Returns:
        the GetTektonPipelineTriggerOptions builder