Interface CreateLocationFsxWindowsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLocationFsxWindowsRequest.Builder,CreateLocationFsxWindowsRequest>,DataSyncRequest.Builder,SdkBuilder<CreateLocationFsxWindowsRequest.Builder,CreateLocationFsxWindowsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLocationFsxWindowsRequest
public static interface CreateLocationFsxWindowsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxWindowsRequest.Builder,CreateLocationFsxWindowsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLocationFsxWindowsRequest.Builderdomain(String domain)Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.CreateLocationFsxWindowsRequest.BuilderfsxFilesystemArn(String fsxFilesystemArn)Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.CreateLocationFsxWindowsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLocationFsxWindowsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLocationFsxWindowsRequest.Builderpassword(String password)Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.CreateLocationFsxWindowsRequest.BuildersecurityGroupArns(String... securityGroupArns)Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.CreateLocationFsxWindowsRequest.BuildersecurityGroupArns(Collection<String> securityGroupArns)Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.CreateLocationFsxWindowsRequest.Buildersubdirectory(String subdirectory)Specifies a mount path for your file system using forward slashes.CreateLocationFsxWindowsRequest.Buildertags(Collection<TagListEntry> tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.CreateLocationFsxWindowsRequest.Buildertags(Consumer<TagListEntry.Builder>... tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.CreateLocationFsxWindowsRequest.Buildertags(TagListEntry... tags)Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.CreateLocationFsxWindowsRequest.Builderuser(String user)Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.-
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
-
subdirectory
CreateLocationFsxWindowsRequest.Builder subdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).
- Parameters:
subdirectory- Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fsxFilesystemArn
CreateLocationFsxWindowsRequest.Builder fsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
- Parameters:
fsxFilesystemArn- Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
CreateLocationFsxWindowsRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
-
Configure the security group to allow it to communicate within itself.
-
Choose a different security group that can communicate with the mount target's security group.
- Parameters:
securityGroupArns- Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.If you choose a security group that doesn't allow connections from within itself, do one of the following:
-
Configure the security group to allow it to communicate within itself.
-
Choose a different security group that can communicate with the mount target's security group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
securityGroupArns
CreateLocationFsxWindowsRequest.Builder securityGroupArns(String... securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
-
Configure the security group to allow it to communicate within itself.
-
Choose a different security group that can communicate with the mount target's security group.
- Parameters:
securityGroupArns- Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.If you choose a security group that doesn't allow connections from within itself, do one of the following:
-
Configure the security group to allow it to communicate within itself.
-
Choose a different security group that can communicate with the mount target's security group.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
tags
CreateLocationFsxWindowsRequest.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 location.
- 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 location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationFsxWindowsRequest.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 location.
- 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 location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateLocationFsxWindowsRequest.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 location.
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)
-
user
CreateLocationFsxWindowsRequest.Builder user(String user)
Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
- Parameters:
user- Specifies the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
CreateLocationFsxWindowsRequest.Builder domain(String domain)
Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
- Parameters:
domain- Specifies the name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right file system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
CreateLocationFsxWindowsRequest.Builder password(String password)
Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.
- Parameters:
password- Specifies the password of the user with the permissions to mount and access the files, folders, and file metadata in your FSx for Windows File Server file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLocationFsxWindowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLocationFsxWindowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-