Interface DescribeLineageGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>,SageMakerResponse.Builder,SdkBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLineageGroupResponse
public static interface DescribeLineageGroupResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeLineageGroupResponse.Builder,DescribeLineageGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeLineageGroupResponse.BuildercreatedBy(Consumer<UserContext.Builder> createdBy)Sets the value of the CreatedBy property for this object.DescribeLineageGroupResponse.BuildercreatedBy(UserContext createdBy)Sets the value of the CreatedBy property for this object.DescribeLineageGroupResponse.BuildercreationTime(Instant creationTime)The creation time of lineage group.DescribeLineageGroupResponse.Builderdescription(String description)The description of the lineage group.DescribeLineageGroupResponse.BuilderdisplayName(String displayName)The display name of the lineage group.default DescribeLineageGroupResponse.BuilderlastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribeLineageGroupResponse.BuilderlastModifiedBy(UserContext lastModifiedBy)Sets the value of the LastModifiedBy property for this object.DescribeLineageGroupResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The last modified time of the lineage group.DescribeLineageGroupResponse.BuilderlineageGroupArn(String lineageGroupArn)The Amazon Resource Name (ARN) of the lineage group.DescribeLineageGroupResponse.BuilderlineageGroupName(String lineageGroupName)The name of the lineage group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
lineageGroupName
DescribeLineageGroupResponse.Builder lineageGroupName(String lineageGroupName)
The name of the lineage group.
- Parameters:
lineageGroupName- The name of the lineage group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageGroupArn
DescribeLineageGroupResponse.Builder lineageGroupArn(String lineageGroupArn)
The Amazon Resource Name (ARN) of the lineage group.
- Parameters:
lineageGroupArn- The Amazon Resource Name (ARN) of the lineage group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
DescribeLineageGroupResponse.Builder displayName(String displayName)
The display name of the lineage group.
- Parameters:
displayName- The display name of the lineage group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DescribeLineageGroupResponse.Builder description(String description)
The description of the lineage group.
- Parameters:
description- The description of the lineage group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeLineageGroupResponse.Builder creationTime(Instant creationTime)
The creation time of lineage group.
- Parameters:
creationTime- The creation time of lineage group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
DescribeLineageGroupResponse.Builder createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.- Parameters:
createdBy- The new value for the CreatedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
default DescribeLineageGroupResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedBy(UserContext).- Parameters:
createdBy- a consumer that will call methods onUserContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
createdBy(UserContext)
-
lastModifiedTime
DescribeLineageGroupResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last modified time of the lineage group.
- Parameters:
lastModifiedTime- The last modified time of the lineage group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
DescribeLineageGroupResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.- Parameters:
lastModifiedBy- The new value for the LastModifiedBy property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
default DescribeLineageGroupResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builderavoiding the need to create one manually viaUserContext.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastModifiedBy(UserContext).- Parameters:
lastModifiedBy- a consumer that will call methods onUserContext.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lastModifiedBy(UserContext)
-
-