Interface CreateStorageVirtualMachineRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateStorageVirtualMachineRequest.Builder,,- CreateStorageVirtualMachineRequest> - FSxRequest.Builder,- SdkBuilder<CreateStorageVirtualMachineRequest.Builder,,- CreateStorageVirtualMachineRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateStorageVirtualMachineRequest
- 
Method SummaryModifier and TypeMethodDescriptionactiveDirectoryConfiguration(Consumer<CreateSvmActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration) Describes the self-managed Microsoft Active Directory to which you want to join the SVM.activeDirectoryConfiguration(CreateSvmActiveDirectoryConfiguration activeDirectoryConfiguration) Describes the self-managed Microsoft Active Directory to which you want to join the SVM.clientRequestToken(String clientRequestToken) Sets the value of the ClientRequestToken property for this object.fileSystemId(String fileSystemId) Sets the value of the FileSystemId property for this object.The name of the SVM.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.rootVolumeSecurityStyle(String rootVolumeSecurityStyle) The security style of the root volume of the SVM.rootVolumeSecurityStyle(StorageVirtualMachineRootVolumeSecurityStyle rootVolumeSecurityStyle) The security style of the root volume of the SVM.svmAdminPassword(String svmAdminPassword) The password to use when managing the SVM using the NetApp ONTAP CLI or REST API.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.fsx.model.FSxRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
activeDirectoryConfigurationCreateStorageVirtualMachineRequest.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 clients 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 clients accessing the file system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activeDirectoryConfigurationdefault 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 clients 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 on- CreateSvmActiveDirectoryConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientRequestTokenSets 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.
 
- 
fileSystemIdSets 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.
 
- 
nameThe 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.
 
- 
svmAdminPasswordThe 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's- fsxadminuser to manage the SVM.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsSets 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.
 
- 
tagsSets 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.
 
- 
tagsSets 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 totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
rootVolumeSecurityStyleThe 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 Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.
- 
 MIXEDThis is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.
 - 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 Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.
- 
        MIXEDThis is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
rootVolumeSecurityStyleCreateStorageVirtualMachineRequest.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 Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.
- 
 MIXEDThis is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.
 - 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 Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.
- 
        MIXEDThis is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
overrideConfigurationCreateStorageVirtualMachineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateStorageVirtualMachineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-