public static interface DescribeLineageGroupResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeLineageGroupResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeLineageGroupResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeLineageGroupResponse.Builder |
creationTime(Instant creationTime)
The creation time of lineage group.
|
DescribeLineageGroupResponse.Builder |
description(String description)
The description of the lineage group.
|
DescribeLineageGroupResponse.Builder |
displayName(String displayName)
The display name of the lineage group.
|
default DescribeLineageGroupResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeLineageGroupResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeLineageGroupResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last modified time of the lineage group.
|
DescribeLineageGroupResponse.Builder |
lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
|
DescribeLineageGroupResponse.Builder |
lineageGroupName(String lineageGroupName)
The name of the lineage group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLineageGroupResponse.Builder lineageGroupName(String lineageGroupName)
The name of the lineage group.
lineageGroupName - The name of the lineage group.DescribeLineageGroupResponse.Builder lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
lineageGroupArn - The Amazon Resource Name (ARN) of the lineage group.DescribeLineageGroupResponse.Builder displayName(String displayName)
The display name of the lineage group.
displayName - The display name of the lineage group.DescribeLineageGroupResponse.Builder description(String description)
The description of the lineage group.
description - The description of the lineage group.DescribeLineageGroupResponse.Builder creationTime(Instant creationTime)
The creation time of lineage group.
creationTime - The creation time of lineage group.DescribeLineageGroupResponse.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default DescribeLineageGroupResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)DescribeLineageGroupResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last modified time of the lineage group.
lastModifiedTime - The last modified time of the lineage group.DescribeLineageGroupResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default DescribeLineageGroupResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastModifiedBy(UserContext).lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)Copyright © 2022. All rights reserved.