public static interface ListDiscoveryJobsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListDiscoveryJobsRequest.Builder,ListDiscoveryJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDiscoveryJobsRequest.Builder |
maxResults(Integer maxResults)
Specifies how many results you want in the response.
|
ListDiscoveryJobsRequest.Builder |
nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
ListDiscoveryJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDiscoveryJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDiscoveryJobsRequest.Builder |
storageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDiscoveryJobsRequest.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.
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.ListDiscoveryJobsRequest.Builder maxResults(Integer maxResults)
Specifies how many results you want in the response.
maxResults - Specifies how many results you want in the response.ListDiscoveryJobsRequest.Builder nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken - Specifies an opaque string that indicates the position to begin the next list of results in the
response.ListDiscoveryJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDiscoveryJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.