Interface ArtifactSummary.Builder

    • Method Detail

      • artifactArn

        ArtifactSummary.Builder artifactArn​(String artifactArn)

        The Amazon Resource Name (ARN) of the artifact.

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

        ArtifactSummary.Builder artifactName​(String artifactName)

        The name of the artifact.

        Parameters:
        artifactName - The name of the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • source

        ArtifactSummary.Builder source​(ArtifactSource source)

        The source of the artifact.

        Parameters:
        source - The source of the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • artifactType

        ArtifactSummary.Builder artifactType​(String artifactType)

        The type of the artifact.

        Parameters:
        artifactType - The type of the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ArtifactSummary.Builder creationTime​(Instant creationTime)

        When the artifact was created.

        Parameters:
        creationTime - When the artifact was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        ArtifactSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        When the artifact was last modified.

        Parameters:
        lastModifiedTime - When the artifact was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.