public static interface ArtifactSummary.Builder extends SdkPojo, CopyableBuilder<ArtifactSummary.Builder,ArtifactSummary>
| Modifier and Type | Method and Description |
|---|---|
ArtifactSummary.Builder |
artifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact.
|
ArtifactSummary.Builder |
artifactName(String artifactName)
The name of the artifact.
|
ArtifactSummary.Builder |
artifactType(String artifactType)
The type of the artifact.
|
ArtifactSummary.Builder |
creationTime(Instant creationTime)
When the artifact was created.
|
ArtifactSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the artifact was last modified.
|
ArtifactSummary.Builder |
source(ArtifactSource source)
The source of the artifact.
|
default ArtifactSummary.Builder |
source(Consumer<ArtifactSource.Builder> source)
The source of the artifact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildArtifactSummary.Builder artifactArn(String artifactArn)
The Amazon Resource Name (ARN) of the artifact.
artifactArn - The Amazon Resource Name (ARN) of the artifact.ArtifactSummary.Builder artifactName(String artifactName)
The name of the artifact.
artifactName - The name of the artifact.ArtifactSummary.Builder source(ArtifactSource source)
The source of the artifact.
source - The source of the artifact.default ArtifactSummary.Builder source(Consumer<ArtifactSource.Builder> source)
The source of the artifact.
This is a convenience that creates an instance of theArtifactSource.Builder avoiding the need to
create one manually via ArtifactSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ArtifactSource).source - a consumer that will call methods on ArtifactSource.Buildersource(ArtifactSource)ArtifactSummary.Builder artifactType(String artifactType)
The type of the artifact.
artifactType - The type of the artifact.ArtifactSummary.Builder creationTime(Instant creationTime)
When the artifact was created.
creationTime - When the artifact was created.ArtifactSummary.Builder lastModifiedTime(Instant lastModifiedTime)
When the artifact was last modified.
lastModifiedTime - When the artifact was last modified.Copyright © 2021. All rights reserved.