Interface ListTaskExecutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTaskExecutionsRequest.Builder,ListTaskExecutionsRequest>,DataSyncRequest.Builder,SdkBuilder<ListTaskExecutionsRequest.Builder,ListTaskExecutionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTaskExecutionsRequest
public static interface ListTaskExecutionsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListTaskExecutionsRequest.Builder,ListTaskExecutionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTaskExecutionsRequest.BuildermaxResults(Integer maxResults)Specifies how many results you want in the response.ListTaskExecutionsRequest.BuildernextToken(String nextToken)Specifies an opaque string that indicates the position at which to begin the next list of results in the response.ListTaskExecutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTaskExecutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTaskExecutionsRequest.BuildertaskArn(String taskArn)Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.-
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.datasync.model.DataSyncRequest.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
-
taskArn
ListTaskExecutionsRequest.Builder taskArn(String taskArn)
Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.
- Parameters:
taskArn- Specifies the Amazon Resource Name (ARN) of the task that you want execution information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTaskExecutionsRequest.Builder maxResults(Integer maxResults)
Specifies how many results you want in the response.
- Parameters:
maxResults- Specifies how many results you want in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTaskExecutionsRequest.Builder nextToken(String nextToken)
Specifies an opaque string that indicates the position at which to begin the next list of results in the response.
- Parameters:
nextToken- Specifies an opaque string that indicates the position at which to begin the next list of results in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTaskExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTaskExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-