Interface ListLineageEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLineageEventsRequest.Builder,ListLineageEventsRequest>,DataZoneRequest.Builder,SdkBuilder<ListLineageEventsRequest.Builder,ListLineageEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLineageEventsRequest
public static interface ListLineageEventsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListLineageEventsRequest.Builder,ListLineageEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLineageEventsRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain where you want to list lineage events.ListLineageEventsRequest.BuildermaxResults(Integer maxResults)The maximum number of lineage events to return in a single call to ListLineageEvents.ListLineageEventsRequest.BuildernextToken(String 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.ListLineageEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLineageEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLineageEventsRequest.BuilderprocessingStatus(String processingStatus)The processing status of a lineage event.ListLineageEventsRequest.BuilderprocessingStatus(LineageEventProcessingStatus processingStatus)The processing status of a lineage event.ListLineageEventsRequest.BuildersortOrder(String sortOrder)The sort order of the lineage events.ListLineageEventsRequest.BuildersortOrder(SortOrder sortOrder)The sort order of the lineage events.ListLineageEventsRequest.BuildertimestampAfter(Instant timestampAfter)The after timestamp of a lineage event.ListLineageEventsRequest.BuildertimestampBefore(Instant timestampBefore)The before timestamp of a lineage event.-
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 Detail
-
domainIdentifier
ListLineageEventsRequest.Builder domainIdentifier(String 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
ListLineageEventsRequest.Builder maxResults(Integer 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
ListLineageEventsRequest.Builder nextToken(String 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
ListLineageEventsRequest.Builder processingStatus(String 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:
LineageEventProcessingStatus,LineageEventProcessingStatus
-
processingStatus
ListLineageEventsRequest.Builder processingStatus(LineageEventProcessingStatus 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:
LineageEventProcessingStatus,LineageEventProcessingStatus
-
sortOrder
ListLineageEventsRequest.Builder sortOrder(String sortOrder)
The sort order of the lineage events.
-
sortOrder
ListLineageEventsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order of the lineage events.
-
timestampAfter
ListLineageEventsRequest.Builder timestampAfter(Instant 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
ListLineageEventsRequest.Builder timestampBefore(Instant 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLineageEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-