Interface ListLineageNodeHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLineageNodeHistoryRequest.Builder,ListLineageNodeHistoryRequest>,DataZoneRequest.Builder,SdkBuilder<ListLineageNodeHistoryRequest.Builder,ListLineageNodeHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLineageNodeHistoryRequest
public static interface ListLineageNodeHistoryRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListLineageNodeHistoryRequest.Builder,ListLineageNodeHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLineageNodeHistoryRequest.Builderdirection(String direction)The direction of the data lineage node refers to the lineage node having neighbors in that direction.ListLineageNodeHistoryRequest.Builderdirection(EdgeDirection direction)The direction of the data lineage node refers to the lineage node having neighbors in that direction.ListLineageNodeHistoryRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain where you want to list the history of the specified data lineage node.ListLineageNodeHistoryRequest.BuildereventTimestampGTE(Instant eventTimestampGTE)Specifies whether the action is to return data lineage node history from the time after the event timestamp.ListLineageNodeHistoryRequest.BuildereventTimestampLTE(Instant eventTimestampLTE)Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.ListLineageNodeHistoryRequest.Builderidentifier(String identifier)The ID of the data lineage node whose history you want to list.ListLineageNodeHistoryRequest.BuildermaxResults(Integer maxResults)The maximum number of history items to return in a single call to ListLineageNodeHistory.ListLineageNodeHistoryRequest.BuildernextToken(String nextToken)When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken.ListLineageNodeHistoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLineageNodeHistoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLineageNodeHistoryRequest.BuildersortOrder(String sortOrder)The order by which you want data lineage node history to be sorted.ListLineageNodeHistoryRequest.BuildersortOrder(SortOrder sortOrder)The order by which you want data lineage node history to be sorted.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
direction
ListLineageNodeHistoryRequest.Builder direction(String direction)
The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is
UPSTREAM, theListLineageNodeHistoryAPI responds with historical versions with upstream neighbors only.- Parameters:
direction- The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction isUPSTREAM, theListLineageNodeHistoryAPI responds with historical versions with upstream neighbors only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EdgeDirection,EdgeDirection
-
direction
ListLineageNodeHistoryRequest.Builder direction(EdgeDirection direction)
The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is
UPSTREAM, theListLineageNodeHistoryAPI responds with historical versions with upstream neighbors only.- Parameters:
direction- The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction isUPSTREAM, theListLineageNodeHistoryAPI responds with historical versions with upstream neighbors only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EdgeDirection,EdgeDirection
-
domainIdentifier
ListLineageNodeHistoryRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain where you want to list the history of the specified data lineage node.
- Parameters:
domainIdentifier- The ID of the domain where you want to list the history of the specified data lineage node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTimestampGTE
ListLineageNodeHistoryRequest.Builder eventTimestampGTE(Instant eventTimestampGTE)
Specifies whether the action is to return data lineage node history from the time after the event timestamp.
- Parameters:
eventTimestampGTE- Specifies whether the action is to return data lineage node history from the time after the event timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTimestampLTE
ListLineageNodeHistoryRequest.Builder eventTimestampLTE(Instant eventTimestampLTE)
Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.
- Parameters:
eventTimestampLTE- Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
ListLineageNodeHistoryRequest.Builder identifier(String identifier)
The ID of the data lineage node whose history you want to list.
- Parameters:
identifier- The ID of the data lineage node whose history you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListLineageNodeHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of history items to return in a single call to ListLineageNodeHistory. When the number of memberships to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageNodeHistory to list the next set of items.
- Parameters:
maxResults- The maximum number of history items to return in a single call to ListLineageNodeHistory. When the number of memberships to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageNodeHistory to list the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLineageNodeHistoryRequest.Builder nextToken(String nextToken)
When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.
- Parameters:
nextToken- When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
ListLineageNodeHistoryRequest.Builder sortOrder(String sortOrder)
The order by which you want data lineage node history to be sorted.
-
sortOrder
ListLineageNodeHistoryRequest.Builder sortOrder(SortOrder sortOrder)
The order by which you want data lineage node history to be sorted.
-
overrideConfiguration
ListLineageNodeHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLineageNodeHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-