public static interface UpdateStorageSystemRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<UpdateStorageSystemRequest.Builder,UpdateStorageSystemRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStorageSystemRequest.Builder |
agentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises
storage system.
|
UpdateStorageSystemRequest.Builder |
agentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises
storage system.
|
UpdateStorageSystemRequest.Builder |
cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
|
default UpdateStorageSystemRequest.Builder |
credentials(Consumer<Credentials.Builder> credentials)
Specifies the user name and password for accessing your on-premises storage system's management interface.
|
UpdateStorageSystemRequest.Builder |
credentials(Credentials credentials)
Specifies the user name and password for accessing your on-premises storage system's management interface.
|
UpdateStorageSystemRequest.Builder |
name(String name)
Specifies a familiar name for your on-premises storage system.
|
UpdateStorageSystemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStorageSystemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateStorageSystemRequest.Builder |
serverConfiguration(Consumer<DiscoveryServerConfiguration.Builder> serverConfiguration)
Specifies the server name and network port required to connect with your on-premises storage system's
management interface.
|
UpdateStorageSystemRequest.Builder |
serverConfiguration(DiscoveryServerConfiguration serverConfiguration)
Specifies the server name and network port required to connect with your on-premises storage system's
management interface.
|
UpdateStorageSystemRequest.Builder |
storageSystemArn(String storageSystemArn)
Specifies the ARN of the on-premises storage system that you want reconfigure.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStorageSystemRequest.Builder storageSystemArn(String storageSystemArn)
Specifies the ARN of the on-premises storage system that you want reconfigure.
storageSystemArn - Specifies the ARN of the on-premises storage system that you want reconfigure.UpdateStorageSystemRequest.Builder serverConfiguration(DiscoveryServerConfiguration serverConfiguration)
Specifies the server name and network port required to connect with your on-premises storage system's management interface.
serverConfiguration - Specifies the server name and network port required to connect with your on-premises storage system's
management interface.default UpdateStorageSystemRequest.Builder serverConfiguration(Consumer<DiscoveryServerConfiguration.Builder> serverConfiguration)
Specifies 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)UpdateStorageSystemRequest.Builder agentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system.
agentArns - Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your
on-premises storage system.UpdateStorageSystemRequest.Builder agentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises storage system.
agentArns - Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your
on-premises storage system.UpdateStorageSystemRequest.Builder name(String name)
Specifies a familiar name for your on-premises storage system.
name - Specifies a familiar name for your on-premises storage system.UpdateStorageSystemRequest.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
cloudWatchLogGroupArn - Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.UpdateStorageSystemRequest.Builder credentials(Credentials credentials)
Specifies the user name and password for accessing your on-premises storage system's management interface.
credentials - Specifies the user name and password for accessing your on-premises storage system's management
interface.default UpdateStorageSystemRequest.Builder credentials(Consumer<Credentials.Builder> credentials)
Specifies the user name and password for accessing your on-premises storage system's management interface.
This is a convenience method that creates an instance of theCredentials.Builder avoiding the need to
create one manually via Credentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to credentials(Credentials).
credentials - a consumer that will call methods on Credentials.Buildercredentials(Credentials)UpdateStorageSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStorageSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.