Interface PostLineageEventResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<PostLineageEventResponse.Builder,,PostLineageEventResponse> DataZoneResponse.Builder,SdkBuilder<PostLineageEventResponse.Builder,,PostLineageEventResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PostLineageEventResponse
public static interface PostLineageEventResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<PostLineageEventResponse.Builder,PostLineageEventResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the domain.The ID 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
- 
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.
 
 - 
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.
 
 
 -