Interface DescribeStorageSystemResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeStorageSystemResourcesRequest.Builder,
,DescribeStorageSystemResourcesRequest> DataSyncRequest.Builder
,SdkBuilder<DescribeStorageSystemResourcesRequest.Builder,
,DescribeStorageSystemResourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeStorageSystemResourcesRequest
-
Method Summary
Modifier and TypeMethodDescriptiondiscoveryJobArn
(String discoveryJobArn) Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system.filter
(Map<DiscoveryResourceFilter, ? extends Collection<String>> filter) Filters the storage system resources that you want returned.filterWithStrings
(Map<String, ? extends Collection<String>> filter) Filters the storage system resources that you want returned.maxResults
(Integer maxResults) Specifies the maximum number of storage system resources that you want to list in a response.Specifies an opaque string that indicates the position to begin the next list of results in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceIds
(String... resourceIds) Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about.resourceIds
(Collection<String> resourceIds) Specifies the universally unique identifiers (UUIDs) of the storage system resources that you want information about.resourceType
(String resourceType) Specifies what kind of storage system resources that you want information about.resourceType
(DiscoveryResourceType resourceType) Specifies what kind of storage system resources that you want 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 Details
-
discoveryJobArn
Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system.
- Parameters:
discoveryJobArn
- Specifies the Amazon Resource Name (ARN) of the discovery job that's collecting data from your on-premises storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Specifies what kind of storage system resources that you want information about.
- Parameters:
resourceType
- Specifies what kind of storage system resources that you want information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
Specifies what kind of storage system resources that you want information about.
- Parameters:
resourceType
- Specifies what kind of storage system resources that you want information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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 theFilter
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 theFilter
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterWithStrings
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).
- Parameters:
filter
- Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
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).
- Parameters:
filter
- Filters the storage system resources that you want returned. For example, this might be volumes associated with a specific storage virtual machine (SVM).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specifies the maximum number of storage system resources that you want to list in a response.
- Parameters:
maxResults
- Specifies the maximum number of storage system resources that you want to list in a response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
DescribeStorageSystemResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeStorageSystemResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-