Interface ListDiscoveryJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDiscoveryJobsRequest.Builder,ListDiscoveryJobsRequest>,DataSyncRequest.Builder,SdkBuilder<ListDiscoveryJobsRequest.Builder,ListDiscoveryJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDiscoveryJobsRequest
public static interface ListDiscoveryJobsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListDiscoveryJobsRequest.Builder,ListDiscoveryJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDiscoveryJobsRequest.BuildermaxResults(Integer maxResults)Specifies how many results you want in the response.ListDiscoveryJobsRequest.BuildernextToken(String nextToken)Specifies an opaque string that indicates the position to begin the next list of results in the response.ListDiscoveryJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDiscoveryJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDiscoveryJobsRequest.BuilderstorageSystemArn(String storageSystemArn)Specifies the Amazon Resource Name (ARN) of an on-premises storage system.-
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
-
storageSystemArn
ListDiscoveryJobsRequest.Builder storageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
- Parameters:
storageSystemArn- Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDiscoveryJobsRequest.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
ListDiscoveryJobsRequest.Builder nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
- Parameters:
nextToken- Specifies an opaque string that indicates the position 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
ListDiscoveryJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDiscoveryJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-