public static interface ListDataSourceRunActivitiesRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListDataSourceRunActivitiesRequest.Builder,ListDataSourceRunActivitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceRunActivitiesRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list data source run activities.
|
ListDataSourceRunActivitiesRequest.Builder |
identifier(String identifier)
The identifier of the data source run.
|
ListDataSourceRunActivitiesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of activities to return in a single call to
ListDataSourceRunActivities. |
ListDataSourceRunActivitiesRequest.Builder |
nextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken. |
ListDataSourceRunActivitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSourceRunActivitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataSourceRunActivitiesRequest.Builder |
status(DataAssetActivityStatus status)
The status of the data source run.
|
ListDataSourceRunActivitiesRequest.Builder |
status(String status)
The status of the data source run.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourceRunActivitiesRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which to list data source run activities.
domainIdentifier - The identifier of the Amazon DataZone domain in which to list data source run activities.ListDataSourceRunActivitiesRequest.Builder identifier(String identifier)
The identifier of the data source run.
identifier - The identifier of the data source run.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 of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListDataSourceRunActivities to list the next set of activities.
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 of MaxResults, the response contains a NextToken value that you
can use in a subsequent call to ListDataSourceRunActivities to list the next set of
activities.ListDataSourceRunActivitiesRequest.Builder nextToken(String nextToken)
When the number of activities 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 activities, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListDataSourceRunActivities to list the
next set of activities.
nextToken - When the number of activities 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 activities, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to
ListDataSourceRunActivities to list the next set of activities.ListDataSourceRunActivitiesRequest.Builder status(String status)
The status of the data source run.
status - The status of the data source run.DataAssetActivityStatus,
DataAssetActivityStatusListDataSourceRunActivitiesRequest.Builder status(DataAssetActivityStatus status)
The status of the data source run.
status - The status of the data source run.DataAssetActivityStatus,
DataAssetActivityStatusListDataSourceRunActivitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataSourceRunActivitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.