Interface UpdateSvmActiveDirectoryConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateSvmActiveDirectoryConfiguration.Builder,,UpdateSvmActiveDirectoryConfiguration> SdkBuilder<UpdateSvmActiveDirectoryConfiguration.Builder,,UpdateSvmActiveDirectoryConfiguration> SdkPojo
- Enclosing class:
 UpdateSvmActiveDirectoryConfiguration
public static interface UpdateSvmActiveDirectoryConfiguration.Builder
extends SdkPojo, CopyableBuilder<UpdateSvmActiveDirectoryConfiguration.Builder,UpdateSvmActiveDirectoryConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionnetBiosName(String netBiosName) Specifies an updated NetBIOS name of the AD computer objectNetBiosNameto which an SVM is joined.selfManagedActiveDirectoryConfiguration(Consumer<SelfManagedActiveDirectoryConfigurationUpdates.Builder> selfManagedActiveDirectoryConfiguration) Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object.selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration) Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
selfManagedActiveDirectoryConfiguration
UpdateSvmActiveDirectoryConfiguration.Builder selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration) Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object.- Parameters:
 selfManagedActiveDirectoryConfiguration- The new value for the SelfManagedActiveDirectoryConfiguration property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
selfManagedActiveDirectoryConfiguration
default UpdateSvmActiveDirectoryConfiguration.Builder selfManagedActiveDirectoryConfiguration(Consumer<SelfManagedActiveDirectoryConfigurationUpdates.Builder> selfManagedActiveDirectoryConfiguration) Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object. This is a convenience method that creates an instance of theSelfManagedActiveDirectoryConfigurationUpdates.Builderavoiding the need to create one manually viaSelfManagedActiveDirectoryConfigurationUpdates.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates).- Parameters:
 selfManagedActiveDirectoryConfiguration- a consumer that will call methods onSelfManagedActiveDirectoryConfigurationUpdates.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
netBiosName
Specifies an updated NetBIOS name of the AD computer object
NetBiosNameto which an SVM is joined.- Parameters:
 netBiosName- Specifies an updated NetBIOS name of the AD computer objectNetBiosNameto which an SVM is joined.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -