public static interface DescribeLocationSmbResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationSmbResponse.Builder,DescribeLocationSmbResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationSmbResponse.Builder |
agentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
DescribeLocationSmbResponse.Builder |
agentArns(String... agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
DescribeLocationSmbResponse.Builder |
creationTime(Instant creationTime)
The time that the SMB location was created.
|
DescribeLocationSmbResponse.Builder |
domain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
DescribeLocationSmbResponse.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location that was described.
|
DescribeLocationSmbResponse.Builder |
locationUri(String locationUri)
The URL of the source SMB location that was described.
|
default DescribeLocationSmbResponse.Builder |
mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
DescribeLocationSmbResponse.Builder |
mountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
DescribeLocationSmbResponse.Builder |
user(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationSmbResponse.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location that was described.
locationArn - The Amazon Resource Name (ARN) of the SMB location that was described.DescribeLocationSmbResponse.Builder locationUri(String locationUri)
The URL of the source SMB location that was described.
locationUri - The URL of the source SMB location that was described.DescribeLocationSmbResponse.Builder agentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
agentArns - The Amazon Resource Name (ARN) of the source SMB file system location that is created.DescribeLocationSmbResponse.Builder agentArns(String... agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
agentArns - The Amazon Resource Name (ARN) of the source SMB file system location that is created.DescribeLocationSmbResponse.Builder user(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
user - The user who can mount the share, has the permissions to access files and folders in the SMB share.DescribeLocationSmbResponse.Builder domain(String domain)
The name of the Windows domain that the SMB server belongs to.
domain - The name of the Windows domain that the SMB server belongs to.DescribeLocationSmbResponse.Builder mountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
mountOptions - The mount options that are available for DataSync to use to access an SMB location.default DescribeLocationSmbResponse.Builder mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
This is a convenience that creates an instance of theSmbMountOptions.Builder avoiding the need to
create one manually via SmbMountOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mountOptions(SmbMountOptions).mountOptions - a consumer that will call methods on SmbMountOptions.BuildermountOptions(SmbMountOptions)DescribeLocationSmbResponse.Builder creationTime(Instant creationTime)
The time that the SMB location was created.
creationTime - The time that the SMB location was created.Copyright © 2021. All rights reserved.