Interface ListLineageEventsRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ListLineageEventsRequest.Builder,,ListLineageEventsRequest> DataZoneRequest.Builder,SdkBuilder<ListLineageEventsRequest.Builder,,ListLineageEventsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListLineageEventsRequest
- 
Method Summary
Modifier and TypeMethodDescriptiondomainIdentifier(String domainIdentifier) The ID of the domain where you want to list lineage events.maxResults(Integer maxResults) The maximum number of lineage events to return in a single call to ListLineageEvents.When the number of lineage events 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 lineage events, 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.processingStatus(String processingStatus) The processing status of a lineage event.processingStatus(LineageEventProcessingStatus processingStatus) The processing status of a lineage event.The sort order of the lineage events.The sort order of the lineage events.timestampAfter(Instant timestampAfter) The after timestamp of a lineage event.timestampBefore(Instant timestampBefore) The before timestamp of a lineage event.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
domainIdentifier
The ID of the domain where you want to list lineage events.
- Parameters:
 domainIdentifier- The ID of the domain where you want to list lineage events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxResults
The maximum number of lineage events to return in a single call to ListLineageEvents. When the number of lineage events 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 ListLineageEvents to list the next set of lineage events.
- Parameters:
 maxResults- The maximum number of lineage events to return in a single call to ListLineageEvents. When the number of lineage events 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 ListLineageEvents to list the next set of lineage events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextToken
When the number of lineage events 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 lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.
- Parameters:
 nextToken- When the number of lineage events 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 lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
processingStatus
The processing status of a lineage event.
- Parameters:
 processingStatus- The processing status of a lineage event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
processingStatus
The processing status of a lineage event.
- Parameters:
 processingStatus- The processing status of a lineage event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortOrder
The sort order of the lineage events.
- Parameters:
 sortOrder- The sort order of the lineage events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortOrder
The sort order of the lineage events.
- Parameters:
 sortOrder- The sort order of the lineage events.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
timestampAfter
The after timestamp of a lineage event.
- Parameters:
 timestampAfter- The after timestamp of a lineage event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
timestampBefore
The before timestamp of a lineage event.
- Parameters:
 timestampBefore- The before timestamp of a lineage event.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
ListLineageEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListLineageEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -