Interface ListLineageNodeHistoryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLineageNodeHistoryRequest.Builder,
,ListLineageNodeHistoryRequest> DataZoneRequest.Builder
,SdkBuilder<ListLineageNodeHistoryRequest.Builder,
,ListLineageNodeHistoryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListLineageNodeHistoryRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe direction of the data lineage node refers to the lineage node having neighbors in that direction.direction
(EdgeDirection direction) The direction of the data lineage node refers to the lineage node having neighbors in that direction.domainIdentifier
(String domainIdentifier) The ID of the domain where you want to list the history of the specified data lineage node.eventTimestampGTE
(Instant eventTimestampGTE) Specifies whether the action is to return data lineage node history from the time after the event timestamp.eventTimestampLTE
(Instant eventTimestampLTE) Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.identifier
(String identifier) The ID of the data lineage node whose history you want to list.maxResults
(Integer maxResults) The maximum number of history items to return in a single call to ListLineageNodeHistory.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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The order by which you want data lineage node history to be sorted.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, sdkFieldNameToField, sdkFields
-
Method Details
-
direction
The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is
UPSTREAM
, theListLineageNodeHistory
API 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
, theListLineageNodeHistory
API 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:
-
direction
The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is
UPSTREAM
, theListLineageNodeHistory
API 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
, theListLineageNodeHistory
API 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:
-
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
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
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
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
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
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
The order by which you want data lineage node history to be sorted.
- Parameters:
sortOrder
- The order by which you want data lineage node history to be sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order by which you want data lineage node history to be sorted.
- Parameters:
sortOrder
- The order by which you want data lineage node history to be sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListLineageNodeHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLineageNodeHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-