Interface ListImportTasksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListImportTasksRequest.Builder,ListImportTasksRequest>,NeptuneGraphRequest.Builder,SdkBuilder<ListImportTasksRequest.Builder,ListImportTasksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListImportTasksRequest
public static interface ListImportTasksRequest.Builder extends NeptuneGraphRequest.Builder, SdkPojo, CopyableBuilder<ListImportTasksRequest.Builder,ListImportTasksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListImportTasksRequest.BuildermaxResults(Integer maxResults)The total number of records to return in the command's output.ListImportTasksRequest.BuildernextToken(String nextToken)Pagination token used to paginate output.ListImportTasksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListImportTasksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.neptunegraph.model.NeptuneGraphRequest.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
-
nextToken
ListImportTasksRequest.Builder nextToken(String nextToken)
Pagination token used to paginate output.
When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
- Parameters:
nextToken- Pagination token used to paginate output.When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListImportTasksRequest.Builder maxResults(Integer maxResults)
The total number of records to return in the command's output.
If the total number of records available is more than the value specified,
nextTokenis provided in the command's output. To resume pagination, provide thenextTokenoutput value in thenextTokenargument of a subsequent command. Do not use thenextTokenresponse element directly outside of the Amazon CLI.- Parameters:
maxResults- The total number of records to return in the command's output.If the total number of records available is more than the value specified,
nextTokenis provided in the command's output. To resume pagination, provide thenextTokenoutput value in thenextTokenargument of a subsequent command. Do not use thenextTokenresponse element directly outside of the Amazon CLI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListImportTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListImportTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-