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
Modifier 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.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 Details
-
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
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
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
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.
-