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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostLineageEventResponse.BuilderdomainId(String domainId)The ID of the domain.PostLineageEventResponse.Builderid(String id)The ID 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
-
domainId
PostLineageEventResponse.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.
-
id
PostLineageEventResponse.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.
-
-