Interface VersionSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VersionSummary.Builder,,- VersionSummary> - SdkBuilder<VersionSummary.Builder,,- VersionSummary> - SdkPojo
- Enclosing class:
- VersionSummary
@Mutable
@NotThreadSafe
public static interface VersionSummary.Builder
extends SdkPojo, CopyableBuilder<VersionSummary.Builder,VersionSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The application Amazon Resource Name (ARN).creationTime(String creationTime) The date and time this resource was created.semanticVersion(String semanticVersion) The semantic version of the application: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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
creationTimeThe 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.
 
- 
semanticVersionThe 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.
 
- 
sourceCodeUrlA 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.
 
 
-