DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.agentArns(String... agentArns) |
The ARNs of the DataSync agents that can connect with your SMB file server.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.agentArns(Collection<String> agentArns) |
The ARNs of the DataSync agents that can connect with your SMB file server.
|
static DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.builder() |
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.creationTime(Instant creationTime) |
The time that the SMB location was created.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.domain(String domain) |
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.locationArn(String locationArn) |
The ARN of the SMB location.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.locationUri(String locationUri) |
The URI of the SMB location.
|
default DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.mountOptions(Consumer<SmbMountOptions.Builder> mountOptions) |
The protocol that DataSync use to access your SMB file.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.mountOptions(SmbMountOptions mountOptions) |
The protocol that DataSync use to access your SMB file.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.toBuilder() |
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.user(String user) |
The user that can mount and access the files, folders, and file metadata in your SMB file server.
|