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 PipelineMetadata

    • Constructor Detail

      • PipelineMetadata

        public PipelineMetadata()
    • Method Detail

      • setPipelineArn

        public void setPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
      • getPipelineArn

        public String getPipelineArn()

        The Amazon Resource Name (ARN) of the pipeline.

        Returns:
        The Amazon Resource Name (ARN) of the pipeline.
      • withPipelineArn

        public PipelineMetadata withPipelineArn(String pipelineArn)

        The Amazon Resource Name (ARN) of the pipeline.

        Parameters:
        pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreated

        public void setCreated(Date created)

        The date and time the pipeline was created, in timestamp format.

        Parameters:
        created - The date and time the pipeline was created, in timestamp format.
      • getCreated

        public Date getCreated()

        The date and time the pipeline was created, in timestamp format.

        Returns:
        The date and time the pipeline was created, in timestamp format.
      • withCreated

        public PipelineMetadata withCreated(Date created)

        The date and time the pipeline was created, in timestamp format.

        Parameters:
        created - The date and time the pipeline was created, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdated

        public void setUpdated(Date updated)

        The date and time the pipeline was last updated, in timestamp format.

        Parameters:
        updated - The date and time the pipeline was last updated, in timestamp format.
      • getUpdated

        public Date getUpdated()

        The date and time the pipeline was last updated, in timestamp format.

        Returns:
        The date and time the pipeline was last updated, in timestamp format.
      • withUpdated

        public PipelineMetadata withUpdated(Date updated)

        The date and time the pipeline was last updated, in timestamp format.

        Parameters:
        updated - The date and time the pipeline was last updated, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPollingDisabledAt

        public void setPollingDisabledAt(Date pollingDisabledAt)

        The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.

        Parameters:
        pollingDisabledAt - The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.
      • getPollingDisabledAt

        public Date getPollingDisabledAt()

        The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.

        Returns:
        The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.
      • withPollingDisabledAt

        public PipelineMetadata withPollingDisabledAt(Date pollingDisabledAt)

        The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.

        Parameters:
        pollingDisabledAt - The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.
        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 によって変換されたページ (->オリジナル) /