Interface ListDataSourceRunsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataSourceRunsRequest.Builder,ListDataSourceRunsRequest>,DataZoneRequest.Builder,SdkBuilder<ListDataSourceRunsRequest.Builder,ListDataSourceRunsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDataSourceRunsRequest
public static interface ListDataSourceRunsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListDataSourceRunsRequest.Builder,ListDataSourceRunsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataSourceRunsRequest.BuilderdataSourceIdentifier(String dataSourceIdentifier)The identifier of the data source.ListDataSourceRunsRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which to invoke theListDataSourceRunsaction.ListDataSourceRunsRequest.BuildermaxResults(Integer maxResults)The maximum number of runs to return in a single call toListDataSourceRuns.ListDataSourceRunsRequest.BuildernextToken(String nextToken)When the number of runs is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of runs, the response includes a pagination token namedNextToken.ListDataSourceRunsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataSourceRunsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataSourceRunsRequest.Builderstatus(String status)The status of the data source.ListDataSourceRunsRequest.Builderstatus(DataSourceRunStatus status)The status of the data source.-
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
-
dataSourceIdentifier
ListDataSourceRunsRequest.Builder dataSourceIdentifier(String dataSourceIdentifier)
The identifier of the data source.
- Parameters:
dataSourceIdentifier- The identifier of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
ListDataSourceRunsRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to invoke the
ListDataSourceRunsaction.- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which to invoke theListDataSourceRunsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDataSourceRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of runs to return in a single call to
ListDataSourceRuns. When the number of runs to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListDataSourceRunsto list the next set of runs.- Parameters:
maxResults- The maximum number of runs to return in a single call toListDataSourceRuns. When the number of runs to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListDataSourceRunsto list the next set of runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDataSourceRunsRequest.Builder nextToken(String nextToken)
When the number of runs is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of runs, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataSourceRunsto list the next set of runs.- Parameters:
nextToken- When the number of runs is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of runs, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListDataSourceRunsto list the next set of runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListDataSourceRunsRequest.Builder status(String status)
The status of the data source.
- Parameters:
status- The status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceRunStatus,DataSourceRunStatus
-
status
ListDataSourceRunsRequest.Builder status(DataSourceRunStatus status)
The status of the data source.
- Parameters:
status- The status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataSourceRunStatus,DataSourceRunStatus
-
overrideConfiguration
ListDataSourceRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDataSourceRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-