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