public static interface AssociateFileSystemAliasesRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<AssociateFileSystemAliasesRequest.Builder,AssociateFileSystemAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateFileSystemAliasesRequest.Builder |
aliases(Collection<String> aliases)
An array of one or more DNS alias names to associate with the file system.
|
AssociateFileSystemAliasesRequest.Builder |
aliases(String... aliases)
An array of one or more DNS alias names to associate with the file system.
|
AssociateFileSystemAliasesRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
AssociateFileSystemAliasesRequest.Builder |
fileSystemId(String fileSystemId)
Specifies the file system with which you want to associate one or more DNS aliases.
|
AssociateFileSystemAliasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateFileSystemAliasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateFileSystemAliasesRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.AssociateFileSystemAliasesRequest.Builder fileSystemId(String fileSystemId)
Specifies the file system with which you want to associate one or more DNS aliases.
fileSystemId - Specifies the file system with which you want to associate one or more DNS aliases.AssociateFileSystemAliasesRequest.Builder aliases(Collection<String> aliases)
An array of one or more DNS alias names to associate with the file system. The alias name has to comply with the following formatting requirements:
Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example,
accounting.corp.example.com.
Can contain alphanumeric characters and the hyphen (-).
Cannot start or end with a hyphen.
Can start with a numeric.
For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.
aliases - An array of one or more DNS alias names to associate with the file system. The alias name has to
comply with the following formatting requirements:
Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example,
accounting.corp.example.com.
Can contain alphanumeric characters and the hyphen (-).
Cannot start or end with a hyphen.
Can start with a numeric.
For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.
AssociateFileSystemAliasesRequest.Builder aliases(String... aliases)
An array of one or more DNS alias names to associate with the file system. The alias name has to comply with the following formatting requirements:
Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example,
accounting.corp.example.com.
Can contain alphanumeric characters and the hyphen (-).
Cannot start or end with a hyphen.
Can start with a numeric.
For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.
aliases - An array of one or more DNS alias names to associate with the file system. The alias name has to
comply with the following formatting requirements:
Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example,
accounting.corp.example.com.
Can contain alphanumeric characters and the hyphen (-).
Cannot start or end with a hyphen.
Can start with a numeric.
For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.
AssociateFileSystemAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateFileSystemAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.