public static interface DescribeStorageSystemResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeStorageSystemResponse.Builder,DescribeStorageSystemResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageSystemResponse.Builder |
agentArns(Collection<String> agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
DescribeStorageSystemResponse.Builder |
agentArns(String... agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
DescribeStorageSystemResponse.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
|
DescribeStorageSystemResponse.Builder |
connectivityStatus(StorageSystemConnectivityStatus connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
DescribeStorageSystemResponse.Builder |
connectivityStatus(String connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
DescribeStorageSystemResponse.Builder |
creationTime(Instant creationTime)
The time when you added the on-premises storage system to DataSync Discovery.
|
DescribeStorageSystemResponse.Builder |
errorMessage(String errorMessage)
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage
system.
|
DescribeStorageSystemResponse.Builder |
name(String name)
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
|
DescribeStorageSystemResponse.Builder |
secretsManagerArn(String secretsManagerArn)
The ARN of the secret that stores your on-premises storage system's credentials.
|
default DescribeStorageSystemResponse.Builder |
serverConfiguration(Consumer<DiscoveryServerConfiguration.Builder> serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management
interface.
|
DescribeStorageSystemResponse.Builder |
serverConfiguration(DiscoveryServerConfiguration serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management
interface.
|
DescribeStorageSystemResponse.Builder |
storageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that the discovery job looked at.
|
DescribeStorageSystemResponse.Builder |
systemType(DiscoverySystemType systemType)
The type of on-premises storage system.
|
DescribeStorageSystemResponse.Builder |
systemType(String systemType)
The type of on-premises storage system.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStorageSystemResponse.Builder storageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that the discovery job looked at.
storageSystemArn - The ARN of the on-premises storage system that the discovery job looked at.DescribeStorageSystemResponse.Builder serverConfiguration(DiscoveryServerConfiguration serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management interface.
serverConfiguration - The server name and network port required to connect with your on-premises storage system's management
interface.default DescribeStorageSystemResponse.Builder serverConfiguration(Consumer<DiscoveryServerConfiguration.Builder> serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management interface.
This is a convenience method that creates an instance of theDiscoveryServerConfiguration.Builder
avoiding the need to create one manually via DiscoveryServerConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to serverConfiguration(DiscoveryServerConfiguration).
serverConfiguration - a consumer that will call methods on DiscoveryServerConfiguration.BuilderserverConfiguration(DiscoveryServerConfiguration)DescribeStorageSystemResponse.Builder systemType(String systemType)
The type of on-premises storage system.
DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
systemType - The type of on-premises storage system. DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
DiscoverySystemType,
DiscoverySystemTypeDescribeStorageSystemResponse.Builder systemType(DiscoverySystemType systemType)
The type of on-premises storage system.
DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
systemType - The type of on-premises storage system. DataSync Discovery currently only supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
DiscoverySystemType,
DiscoverySystemTypeDescribeStorageSystemResponse.Builder agentArns(Collection<String> agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
agentArns - The ARN of the DataSync agent that connects to and reads from your on-premises storage system.DescribeStorageSystemResponse.Builder agentArns(String... agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
agentArns - The ARN of the DataSync agent that connects to and reads from your on-premises storage system.DescribeStorageSystemResponse.Builder name(String name)
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
name - The name that you gave your on-premises storage system when adding it to DataSync Discovery.DescribeStorageSystemResponse.Builder errorMessage(String errorMessage)
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
errorMessage - Describes the connectivity error that the DataSync agent is encountering with your on-premises storage
system.DescribeStorageSystemResponse.Builder connectivityStatus(String connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
connectivityStatus - Indicates whether your DataSync agent can connect to your on-premises storage system.StorageSystemConnectivityStatus,
StorageSystemConnectivityStatusDescribeStorageSystemResponse.Builder connectivityStatus(StorageSystemConnectivityStatus connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
connectivityStatus - Indicates whether your DataSync agent can connect to your on-premises storage system.StorageSystemConnectivityStatus,
StorageSystemConnectivityStatusDescribeStorageSystemResponse.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
cloudWatchLogGroupArn - The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.DescribeStorageSystemResponse.Builder creationTime(Instant creationTime)
The time when you added the on-premises storage system to DataSync Discovery.
creationTime - The time when you added the on-premises storage system to DataSync Discovery.DescribeStorageSystemResponse.Builder secretsManagerArn(String secretsManagerArn)
The ARN of the secret that stores your on-premises storage system's credentials. DataSync Discovery stores these credentials in Secrets Manager.
secretsManagerArn - The ARN of the secret that stores your on-premises storage system's credentials. DataSync Discovery
stores these credentials in Secrets Manager.Copyright © 2023. All rights reserved.