Interface AssociateFileSystemAliasesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<AssociateFileSystemAliasesRequest.Builder,AssociateFileSystemAliasesRequest>, FSxRequest.Builder, SdkBuilder<AssociateFileSystemAliasesRequest.Builder,AssociateFileSystemAliasesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
AssociateFileSystemAliasesRequest

public static interface AssociateFileSystemAliasesRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<AssociateFileSystemAliasesRequest.Builder,AssociateFileSystemAliasesRequest>
  • Method Details

    • clientRequestToken

      AssociateFileSystemAliasesRequest.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

      Specifies the file system with which you want to associate one or more DNS aliases.

      Parameters:
      fileSystemId - Specifies the file system with which you want to associate one or more DNS aliases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      AssociateFileSystemAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.