Interface VersionSummary.Builder

    • Method Detail

      • applicationId

        VersionSummary.Builder applicationId​(String applicationId)

        The application Amazon Resource Name (ARN).

        Parameters:
        applicationId - The application Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        VersionSummary.Builder creationTime​(String creationTime)

        The date and time this resource was created.

        Parameters:
        creationTime - The date and time this resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceCodeUrl

        VersionSummary.Builder sourceCodeUrl​(String sourceCodeUrl)

        A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

        Parameters:
        sourceCodeUrl - A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.