Interface GetLineageEventResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLineageEventResponse.Builder,GetLineageEventResponse>,DataZoneResponse.Builder,SdkBuilder<GetLineageEventResponse.Builder,GetLineageEventResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetLineageEventResponse
public static interface GetLineageEventResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetLineageEventResponse.Builder,GetLineageEventResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLineageEventResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the lineage event was created.GetLineageEventResponse.BuildercreatedBy(String createdBy)The user who created the lineage event.GetLineageEventResponse.BuilderdomainId(String domainId)The ID of the domain.GetLineageEventResponse.Builderevent(SdkBytes event)The lineage event details.GetLineageEventResponse.BuildereventTime(Instant eventTime)The time of the lineage event.GetLineageEventResponse.Builderid(String id)The ID of the lineage event.GetLineageEventResponse.BuilderprocessingStatus(String processingStatus)The progressing status of the lineage event.GetLineageEventResponse.BuilderprocessingStatus(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 Detail
-
createdAt
GetLineageEventResponse.Builder createdAt(Instant 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
GetLineageEventResponse.Builder createdBy(String 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
GetLineageEventResponse.Builder domainId(String 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
GetLineageEventResponse.Builder event(SdkBytes 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
GetLineageEventResponse.Builder eventTime(Instant 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
GetLineageEventResponse.Builder id(String 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
GetLineageEventResponse.Builder processingStatus(String 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:
LineageEventProcessingStatus,LineageEventProcessingStatus
-
processingStatus
GetLineageEventResponse.Builder processingStatus(LineageEventProcessingStatus 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:
LineageEventProcessingStatus,LineageEventProcessingStatus
-
-