DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.agentArns(String... agentArns) |
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.agentArns(Collection<String> agentArns) |
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
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 Windows domain that the SMB server belongs to.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.locationArn(String locationArn) |
The Amazon Resource Name (ARN) of the SMB location that was described.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.locationUri(String locationUri) |
The URL of the source SMB location that was described.
|
default DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.mountOptions(Consumer<SmbMountOptions.Builder> mountOptions) |
The mount options that are available for DataSync to use to access an SMB location.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.mountOptions(SmbMountOptions mountOptions) |
The mount options that are available for DataSync to use to access an SMB location.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.toBuilder() |
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.user(String user) |
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|