Interface AddStorageSystemRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AddStorageSystemRequest.Builder,AddStorageSystemRequest>,DataSyncRequest.Builder,SdkBuilder<AddStorageSystemRequest.Builder,AddStorageSystemRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AddStorageSystemRequest
public static interface AddStorageSystemRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<AddStorageSystemRequest.Builder,AddStorageSystemRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AddStorageSystemRequest.BuilderagentArns(String... agentArns)Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface.AddStorageSystemRequest.BuilderagentArns(Collection<String> agentArns)Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface.AddStorageSystemRequest.BuilderclientToken(String clientToken)Specifies a client token to make sure requests with this API operation are idempotent.AddStorageSystemRequest.BuildercloudWatchLogGroupArn(String cloudWatchLogGroupArn)Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.default AddStorageSystemRequest.Buildercredentials(Consumer<Credentials.Builder> credentials)Specifies the user name and password for accessing your on-premises storage system's management interface.AddStorageSystemRequest.Buildercredentials(Credentials credentials)Specifies the user name and password for accessing your on-premises storage system's management interface.AddStorageSystemRequest.Buildername(String name)Specifies a familiar name for your on-premises storage system.AddStorageSystemRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AddStorageSystemRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default AddStorageSystemRequest.BuilderserverConfiguration(Consumer<DiscoveryServerConfiguration.Builder> serverConfiguration)Specifies the server name and network port required to connect with the management interface of your on-premises storage system.AddStorageSystemRequest.BuilderserverConfiguration(DiscoveryServerConfiguration serverConfiguration)Specifies the server name and network port required to connect with the management interface of your on-premises storage system.AddStorageSystemRequest.BuildersystemType(String systemType)Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.AddStorageSystemRequest.BuildersystemType(DiscoverySystemType systemType)Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.AddStorageSystemRequest.Buildertags(Collection<TagListEntry> tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.AddStorageSystemRequest.Buildertags(Consumer<TagListEntry.Builder>... tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.AddStorageSystemRequest.Buildertags(TagListEntry... tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.-
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 Detail
-
serverConfiguration
AddStorageSystemRequest.Builder serverConfiguration(DiscoveryServerConfiguration serverConfiguration)
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.
- Parameters:
serverConfiguration- Specifies the server name and network port required to connect with the management interface of your on-premises storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverConfiguration
default AddStorageSystemRequest.Builder serverConfiguration(Consumer<DiscoveryServerConfiguration.Builder> serverConfiguration)
Specifies the server name and network port required to connect with the management interface of your on-premises storage system.
This is a convenience method that creates an instance of theDiscoveryServerConfiguration.Builderavoiding the need to create one manually viaDiscoveryServerConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserverConfiguration(DiscoveryServerConfiguration).- Parameters:
serverConfiguration- a consumer that will call methods onDiscoveryServerConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serverConfiguration(DiscoveryServerConfiguration)
-
systemType
AddStorageSystemRequest.Builder systemType(String systemType)
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
DataSync Discovery currently supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
- Parameters:
systemType- Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.DataSync Discovery currently supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DiscoverySystemType,DiscoverySystemType
-
systemType
AddStorageSystemRequest.Builder systemType(DiscoverySystemType systemType)
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
DataSync Discovery currently supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
- Parameters:
systemType- Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.DataSync Discovery currently supports NetApp Fabric-Attached Storage (FAS) and All Flash FAS (AFF) systems running ONTAP 9.7 or later.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DiscoverySystemType,DiscoverySystemType
-
agentArns
AddStorageSystemRequest.Builder agentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface. You can only specify one ARN.
- Parameters:
agentArns- Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface. You can only specify one ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
AddStorageSystemRequest.Builder agentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface. You can only specify one ARN.
- Parameters:
agentArns- Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises storage system's management interface. You can only specify one ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLogGroupArn
AddStorageSystemRequest.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
- Parameters:
cloudWatchLogGroupArn- Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AddStorageSystemRequest.Builder tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your on-premises storage system.
- Parameters:
tags- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your on-premises storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AddStorageSystemRequest.Builder tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your on-premises storage system.
- Parameters:
tags- Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your on-premises storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AddStorageSystemRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your on-premises storage system.
This is a convenience method that creates an instance of theTagListEntry.Builderavoiding the need to create one manually viaTagListEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTagListEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
name
AddStorageSystemRequest.Builder name(String name)
Specifies a familiar name for your on-premises storage system.
- Parameters:
name- Specifies a familiar name for your on-premises storage system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
AddStorageSystemRequest.Builder clientToken(String clientToken)
Specifies a client token to make sure requests with this API operation are idempotent. If you don't specify a client token, DataSync generates one for you automatically.
- Parameters:
clientToken- Specifies a client token to make sure requests with this API operation are idempotent. If you don't specify a client token, DataSync generates one for you automatically.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
AddStorageSystemRequest.Builder credentials(Credentials credentials)
Specifies the user name and password for accessing your on-premises storage system's management interface.
- Parameters:
credentials- Specifies the user name and password for accessing your on-premises storage system's management interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
default AddStorageSystemRequest.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.Builderavoiding the need to create one manually viaCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentials(Credentials).- Parameters:
credentials- a consumer that will call methods onCredentials.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
credentials(Credentials)
-
overrideConfiguration
AddStorageSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AddStorageSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-