Interface DescribeLocationSmbResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLocationSmbResponse.Builder,DescribeLocationSmbResponse>,DataSyncResponse.Builder,SdkBuilder<DescribeLocationSmbResponse.Builder,DescribeLocationSmbResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLocationSmbResponse
public static interface DescribeLocationSmbResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationSmbResponse.Builder,DescribeLocationSmbResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeLocationSmbResponse.BuilderagentArns(String... agentArns)The ARNs of the DataSync agents that can connect with your SMB file server.DescribeLocationSmbResponse.BuilderagentArns(Collection<String> agentArns)The ARNs of the DataSync agents that can connect with your SMB file server.DescribeLocationSmbResponse.BuilderauthenticationType(String authenticationType)The authentication protocol that DataSync uses to connect to your SMB file server.DescribeLocationSmbResponse.BuilderauthenticationType(SmbAuthenticationType authenticationType)The authentication protocol that DataSync uses to connect to your SMB file server.DescribeLocationSmbResponse.BuildercreationTime(Instant creationTime)The time that the SMB location was created.DescribeLocationSmbResponse.BuilderdnsIpAddresses(String... dnsIpAddresses)The IPv4 addresses for the DNS servers that your SMB file server belongs to.DescribeLocationSmbResponse.BuilderdnsIpAddresses(Collection<String> dnsIpAddresses)The IPv4 addresses for the DNS servers that your SMB file server belongs to.DescribeLocationSmbResponse.Builderdomain(String domain)The name of the Windows domain that the SMB file server belongs to.DescribeLocationSmbResponse.BuilderkerberosPrincipal(String kerberosPrincipal)The Kerberos principal that has permission to access the files, folders, and file metadata in your SMB file server.DescribeLocationSmbResponse.BuilderlocationArn(String locationArn)The ARN of the SMB location.DescribeLocationSmbResponse.BuilderlocationUri(String locationUri)The URI of the SMB location.default DescribeLocationSmbResponse.BuildermountOptions(Consumer<SmbMountOptions.Builder> mountOptions)The SMB protocol version that DataSync uses to access your SMB file server.DescribeLocationSmbResponse.BuildermountOptions(SmbMountOptions mountOptions)The SMB protocol version that DataSync uses to access your SMB file server.DescribeLocationSmbResponse.Builderuser(String user)The user that can mount and access the files, folders, and file metadata in your SMB file server.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
locationArn
DescribeLocationSmbResponse.Builder locationArn(String locationArn)
The ARN of the SMB location.
- Parameters:
locationArn- The ARN of the SMB location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
DescribeLocationSmbResponse.Builder locationUri(String locationUri)
The URI of the SMB location.
- Parameters:
locationUri- The URI of the SMB location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
DescribeLocationSmbResponse.Builder agentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
- Parameters:
agentArns- The ARNs of the DataSync agents that can connect with your SMB file server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
DescribeLocationSmbResponse.Builder agentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
- Parameters:
agentArns- The ARNs of the DataSync agents that can connect with your SMB file server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
user
DescribeLocationSmbResponse.Builder user(String user)
The user that can mount and access the files, folders, and file metadata in your SMB file server. This element applies only if
AuthenticationTypeis set toNTLM.- Parameters:
user- The user that can mount and access the files, folders, and file metadata in your SMB file server. This element applies only ifAuthenticationTypeis set toNTLM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
DescribeLocationSmbResponse.Builder domain(String domain)
The name of the Windows domain that the SMB file server belongs to. This element applies only if
AuthenticationTypeis set toNTLM.- Parameters:
domain- The name of the Windows domain that the SMB file server belongs to. This element applies only ifAuthenticationTypeis set toNTLM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountOptions
DescribeLocationSmbResponse.Builder mountOptions(SmbMountOptions mountOptions)
The SMB protocol version that DataSync uses to access your SMB file server.
- Parameters:
mountOptions- The SMB protocol version that DataSync uses to access your SMB file server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountOptions
default DescribeLocationSmbResponse.Builder mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
The SMB protocol version that DataSync uses to access your SMB file server.
This is a convenience method that creates an instance of theSmbMountOptions.Builderavoiding the need to create one manually viaSmbMountOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomountOptions(SmbMountOptions).- Parameters:
mountOptions- a consumer that will call methods onSmbMountOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mountOptions(SmbMountOptions)
-
creationTime
DescribeLocationSmbResponse.Builder creationTime(Instant creationTime)
The time that the SMB location was created.
- Parameters:
creationTime- The time that the SMB location was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIpAddresses
DescribeLocationSmbResponse.Builder dnsIpAddresses(Collection<String> dnsIpAddresses)
The IPv4 addresses for the DNS servers that your SMB file server belongs to. This element applies only if
AuthenticationTypeis set toKERBEROS.- Parameters:
dnsIpAddresses- The IPv4 addresses for the DNS servers that your SMB file server belongs to. This element applies only ifAuthenticationTypeis set toKERBEROS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIpAddresses
DescribeLocationSmbResponse.Builder dnsIpAddresses(String... dnsIpAddresses)
The IPv4 addresses for the DNS servers that your SMB file server belongs to. This element applies only if
AuthenticationTypeis set toKERBEROS.- Parameters:
dnsIpAddresses- The IPv4 addresses for the DNS servers that your SMB file server belongs to. This element applies only ifAuthenticationTypeis set toKERBEROS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kerberosPrincipal
DescribeLocationSmbResponse.Builder kerberosPrincipal(String kerberosPrincipal)
The Kerberos principal that has permission to access the files, folders, and file metadata in your SMB file server.
- Parameters:
kerberosPrincipal- The Kerberos principal that has permission to access the files, folders, and file metadata in your SMB file server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
DescribeLocationSmbResponse.Builder authenticationType(String authenticationType)
The authentication protocol that DataSync uses to connect to your SMB file server.
- Parameters:
authenticationType- The authentication protocol that DataSync uses to connect to your SMB file server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SmbAuthenticationType,SmbAuthenticationType
-
authenticationType
DescribeLocationSmbResponse.Builder authenticationType(SmbAuthenticationType authenticationType)
The authentication protocol that DataSync uses to connect to your SMB file server.
- Parameters:
authenticationType- The authentication protocol that DataSync uses to connect to your SMB file server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SmbAuthenticationType,SmbAuthenticationType
-
-