Interface CreateStorageVirtualMachineRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateStorageVirtualMachineRequest.Builder,CreateStorageVirtualMachineRequest>,FSxRequest.Builder,SdkBuilder<CreateStorageVirtualMachineRequest.Builder,CreateStorageVirtualMachineRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStorageVirtualMachineRequest
public static interface CreateStorageVirtualMachineRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<CreateStorageVirtualMachineRequest.Builder,CreateStorageVirtualMachineRequest>
-
-
Method Summary
-
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.fsx.model.FSxRequest.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
-
activeDirectoryConfiguration
CreateStorageVirtualMachineRequest.Builder activeDirectoryConfiguration(CreateSvmActiveDirectoryConfiguration activeDirectoryConfiguration)
Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS client accessing the file system.
- Parameters:
activeDirectoryConfiguration- Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS client accessing the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeDirectoryConfiguration
default CreateStorageVirtualMachineRequest.Builder activeDirectoryConfiguration(Consumer<CreateSvmActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration)
Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS client accessing the file system.
This is a convenience method that creates an instance of theCreateSvmActiveDirectoryConfiguration.Builderavoiding the need to create one manually viaCreateSvmActiveDirectoryConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactiveDirectoryConfiguration(CreateSvmActiveDirectoryConfiguration).- Parameters:
activeDirectoryConfiguration- a consumer that will call methods onCreateSvmActiveDirectoryConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
activeDirectoryConfiguration(CreateSvmActiveDirectoryConfiguration)
-
clientRequestToken
CreateStorageVirtualMachineRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
CreateStorageVirtualMachineRequest.Builder fileSystemId(String fileSystemId)
Sets the value of the FileSystemId property for this object.- Parameters:
fileSystemId- The new value for the FileSystemId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateStorageVirtualMachineRequest.Builder name(String name)
The name of the SVM.
- Parameters:
name- The name of the SVM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
svmAdminPassword
CreateStorageVirtualMachineRequest.Builder svmAdminPassword(String svmAdminPassword)
The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's
fsxadminuser to manage the SVM.- Parameters:
svmAdminPassword- The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system'sfsxadminuser to manage the SVM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateStorageVirtualMachineRequest.Builder tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateStorageVirtualMachineRequest.Builder tags(Tag... tags)
Sets the value of the Tags property for this object.- Parameters:
tags- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateStorageVirtualMachineRequest.Builder tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.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 onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
rootVolumeSecurityStyle
CreateStorageVirtualMachineRequest.Builder rootVolumeSecurityStyle(String rootVolumeSecurityStyle)
The security style of the root volume of the SVM. Specify one of the following values:
-
UNIXif the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. -
NTFSif the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. -
MIXEDif the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
- Parameters:
rootVolumeSecurityStyle- The security style of the root volume of the SVM. Specify one of the following values:-
UNIXif the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. -
NTFSif the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. -
MIXEDif the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageVirtualMachineRootVolumeSecurityStyle,StorageVirtualMachineRootVolumeSecurityStyle
-
-
rootVolumeSecurityStyle
CreateStorageVirtualMachineRequest.Builder rootVolumeSecurityStyle(StorageVirtualMachineRootVolumeSecurityStyle rootVolumeSecurityStyle)
The security style of the root volume of the SVM. Specify one of the following values:
-
UNIXif the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. -
NTFSif the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. -
MIXEDif the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
- Parameters:
rootVolumeSecurityStyle- The security style of the root volume of the SVM. Specify one of the following values:-
UNIXif the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. -
NTFSif the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. -
MIXEDif the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageVirtualMachineRootVolumeSecurityStyle,StorageVirtualMachineRootVolumeSecurityStyle
-
-
overrideConfiguration
CreateStorageVirtualMachineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStorageVirtualMachineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-