Interface DeleteLineageEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteLineageEventResponse.Builder,,DeleteLineageEventResponse> DataZoneResponse.Builder,SdkBuilder<DeleteLineageEventResponse.Builder,,DeleteLineageEventResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteLineageEventResponse
@Mutable
@NotThreadSafe
public static interface DeleteLineageEventResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<DeleteLineageEventResponse.Builder,DeleteLineageEventResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the domain.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
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
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.
-
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:
-