All Superinterfaces:
Buildable, CopyableBuilder<VersionSummary.Builder,VersionSummary>, SdkBuilder<VersionSummary.Builder,VersionSummary>, SdkPojo
Enclosing class:
VersionSummary

public static interface VersionSummary.Builder extends SdkPojo, CopyableBuilder<VersionSummary.Builder,VersionSummary>
  • Method Details

    • 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.
    • semanticVersion

      VersionSummary.Builder semanticVersion(String semanticVersion)

      The semantic version of the application:

      https://semver.org/

      Parameters:
      semanticVersion - The semantic version of the application:

      https://semver.org/

      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.