Interface AddStorageSystemRequest.Builder

    • 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.
      • 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 the TagListEntry.Builder avoiding the need to create one manually via TagListEntry.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on TagListEntry.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.