JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codepipeline.model

Class PipelineTriggerDeclaration

    • Constructor Detail

      • PipelineTriggerDeclaration

        public PipelineTriggerDeclaration()
    • Method Detail

      • setProviderType

        public void setProviderType(String providerType)

        The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.

        Parameters:
        providerType - The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
        See Also:
        PipelineTriggerProviderType
      • getProviderType

        public String getProviderType()

        The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.

        Returns:
        The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
        See Also:
        PipelineTriggerProviderType
      • withProviderType

        public PipelineTriggerDeclaration withProviderType(String providerType)

        The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.

        Parameters:
        providerType - The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipelineTriggerProviderType
      • withProviderType

        public PipelineTriggerDeclaration withProviderType(PipelineTriggerProviderType providerType)

        The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.

        Parameters:
        providerType - The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipelineTriggerProviderType
      • setGitConfiguration

        public void setGitConfiguration(GitConfiguration gitConfiguration)

        Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.

        Parameters:
        gitConfiguration - Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
      • getGitConfiguration

        public GitConfiguration getGitConfiguration()

        Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.

        Returns:
        Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
      • withGitConfiguration

        public PipelineTriggerDeclaration withGitConfiguration(GitConfiguration gitConfiguration)

        Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.

        Parameters:
        gitConfiguration - Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /