Interface VersionSummary.Builder
-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionSummary.BuilderapplicationId(String applicationId)The application Amazon Resource Name (ARN).VersionSummary.BuildercreationTime(String creationTime)The date and time this resource was created.VersionSummary.BuildersemanticVersion(String semanticVersion)The semantic version of the application:VersionSummary.BuildersourceCodeUrl(String sourceCodeUrl)A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
semanticVersion
VersionSummary.Builder semanticVersion(String semanticVersion)
The semantic version of the application:
- Parameters:
semanticVersion- The semantic version of the application:- 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.
-
-