public static interface LineageGroupSummary.Builder extends SdkPojo, CopyableBuilder<LineageGroupSummary.Builder,LineageGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
LineageGroupSummary.Builder |
creationTime(Instant creationTime)
The creation time of the lineage group summary.
|
LineageGroupSummary.Builder |
displayName(String displayName)
The display name of the lineage group summary.
|
LineageGroupSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last modified time of the lineage group summary.
|
LineageGroupSummary.Builder |
lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group resource.
|
LineageGroupSummary.Builder |
lineageGroupName(String lineageGroupName)
The name or Amazon Resource Name (ARN) of the lineage group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineageGroupSummary.Builder lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group resource.
lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group resource.LineageGroupSummary.Builder lineageGroupName(String lineageGroupName)
The name or Amazon Resource Name (ARN) of the lineage group.
lineageGroupName - The name or Amazon Resource Name (ARN) of the lineage group.LineageGroupSummary.Builder displayName(String displayName)
The display name of the lineage group summary.
displayName - The display name of the lineage group summary.LineageGroupSummary.Builder creationTime(Instant creationTime)
The creation time of the lineage group summary.
creationTime - The creation time of the lineage group summary.LineageGroupSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The last modified time of the lineage group summary.
lastModifiedTime - The last modified time of the lineage group summary.Copyright © 2023. All rights reserved.