public static interface DescribeStorageSystemResourcesRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<DescribeStorageSystemResourcesRequest.Builder,DescribeStorageSystemResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageSystemResourcesRequest.Builder |
discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises
storage system.
|
DescribeStorageSystemResourcesRequest.Builder |
filter(Map<DiscoveryResourceFilter,? extends Collection<String>> filter)
Filters the storage system resources that you want returned.
|
DescribeStorageSystemResourcesRequest.Builder |
filterWithStrings(Map<String,? extends Collection<String>> filter)
Filters the storage system resources that you want returned.
|
DescribeStorageSystemResourcesRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of storage system resources that you want to list in a response.
|
DescribeStorageSystemResourcesRequest.Builder |
nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
DescribeStorageSystemResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStorageSystemResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStorageSystemResourcesRequest.Builder |
resourceIds(Collection<String> resourceIds)
Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want
information about.
|
DescribeStorageSystemResourcesRequest.Builder |
resourceIds(String... resourceIds)
Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want
information about.
|
DescribeStorageSystemResourcesRequest.Builder |
resourceType(DiscoveryResourceType resourceType)
Specifies what kind of storage system resources that you want information about.
|
DescribeStorageSystemResourcesRequest.Builder |
resourceType(String resourceType)
Specifies what kind of storage system resources that you want information about.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStorageSystemResourcesRequest.Builder discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system.
discoveryJobArn - Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your
on-premises storage system.DescribeStorageSystemResourcesRequest.Builder resourceType(String resourceType)
Specifies what kind of storage system resources that you want information about.
resourceType - Specifies what kind of storage system resources that you want information about.DiscoveryResourceType,
DiscoveryResourceTypeDescribeStorageSystemResourcesRequest.Builder resourceType(DiscoveryResourceType resourceType)
Specifies what kind of storage system resources that you want information about.
resourceType - Specifies what kind of storage system resources that you want information about.DiscoveryResourceType,
DiscoveryResourceTypeDescribeStorageSystemResourcesRequest.Builder resourceIds(Collection<String> resourceIds)
Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want
information about. You can't use this parameter in combination with the Filter parameter.
resourceIds - Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want
information about. You can't use this parameter in combination with the Filter parameter.DescribeStorageSystemResourcesRequest.Builder resourceIds(String... resourceIds)
Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want
information about. You can't use this parameter in combination with the Filter parameter.
resourceIds - Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want
information about. You can't use this parameter in combination with the Filter parameter.DescribeStorageSystemResourcesRequest.Builder filterWithStrings(Map<String,? extends Collection<String>> filter)
Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).
filter - Filters the storage system resources that you want returned. For example, this might be volumes
associated with a specific storage virtual machine (SVM).DescribeStorageSystemResourcesRequest.Builder filter(Map<DiscoveryResourceFilter,? extends Collection<String>> filter)
Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).
filter - Filters the storage system resources that you want returned. For example, this might be volumes
associated with a specific storage virtual machine (SVM).DescribeStorageSystemResourcesRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of storage system resources that you want to list in a response.
maxResults - Specifies the maximum number of storage system resources that you want to list in a response.DescribeStorageSystemResourcesRequest.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.DescribeStorageSystemResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStorageSystemResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.