Interface ActiveDirectoryBackupAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActiveDirectoryBackupAttributes.Builder,ActiveDirectoryBackupAttributes>,SdkBuilder<ActiveDirectoryBackupAttributes.Builder,ActiveDirectoryBackupAttributes>,SdkPojo
- Enclosing class:
- ActiveDirectoryBackupAttributes
public static interface ActiveDirectoryBackupAttributes.Builder extends SdkPojo, CopyableBuilder<ActiveDirectoryBackupAttributes.Builder,ActiveDirectoryBackupAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryBackupAttributes.BuilderactiveDirectoryId(String activeDirectoryId)The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.ActiveDirectoryBackupAttributes.BuilderdomainName(String domainName)The fully qualified domain name of the self-managed Active Directory directory.ActiveDirectoryBackupAttributes.BuilderresourceARN(String resourceARN)Sets the value of the ResourceARN property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
domainName
ActiveDirectoryBackupAttributes.Builder domainName(String domainName)
The fully qualified domain name of the self-managed Active Directory directory.
- Parameters:
domainName- The fully qualified domain name of the self-managed Active Directory directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeDirectoryId
ActiveDirectoryBackupAttributes.Builder activeDirectoryId(String activeDirectoryId)
The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.
- Parameters:
activeDirectoryId- The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceARN
ActiveDirectoryBackupAttributes.Builder resourceARN(String resourceARN)
Sets the value of the ResourceARN property for this object.- Parameters:
resourceARN- The new value for the ResourceARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-