Interface GetLineageEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetLineageEventResponse.Builder,
,GetLineageEventResponse> DataZoneResponse.Builder
,SdkBuilder<GetLineageEventResponse.Builder,
,GetLineageEventResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetLineageEventResponse
@Mutable
@NotThreadSafe
public static interface GetLineageEventResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetLineageEventResponse.Builder,GetLineageEventResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the lineage event was created.The user who created the lineage event.The ID of the domain.The lineage event details.The time of the lineage event.The ID of the lineage event.processingStatus
(String processingStatus) The progressing status of the lineage event.processingStatus
(LineageEventProcessingStatus processingStatus) The progressing status of the lineage event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
createdAt
The timestamp of when the lineage event was created.
- Parameters:
createdAt
- The timestamp of when the lineage event was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user who created the lineage event.
- Parameters:
createdBy
- The user who created the lineage event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The ID of the domain.
- Parameters:
domainId
- The ID of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
event
The lineage event details.
- Parameters:
event
- The lineage event details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTime
The time of the lineage event.
- Parameters:
eventTime
- The time of the lineage event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the lineage event.
- Parameters:
id
- The ID of the lineage event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processingStatus
The progressing status of the lineage event.
- Parameters:
processingStatus
- The progressing status of the lineage event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
processingStatus
The progressing status of the lineage event.
- Parameters:
processingStatus
- The progressing status of the lineage event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-