@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateFileSystemAliasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object specifying one or more DNS alias names to associate with an Amazon FSx for Windows File Server file system.
NOOP
Constructor and Description |
---|
AssociateFileSystemAliasesRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateFileSystemAliasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAliases()
An array of one or more DNS alias names to associate with the file system.
|
String |
getClientRequestToken() |
String |
getFileSystemId()
Specifies the file system with which you want to associate one or more DNS aliases.
|
int |
hashCode() |
void |
setAliases(Collection<String> aliases)
An array of one or more DNS alias names to associate with the file system.
|
void |
setClientRequestToken(String clientRequestToken) |
void |
setFileSystemId(String fileSystemId)
Specifies the file system with which you want to associate one or more DNS aliases.
|
String |
toString()
Returns a string representation of this object.
|
AssociateFileSystemAliasesRequest |
withAliases(Collection<String> aliases)
An array of one or more DNS alias names to associate with the file system.
|
AssociateFileSystemAliasesRequest |
withAliases(String... aliases)
An array of one or more DNS alias names to associate with the file system.
|
AssociateFileSystemAliasesRequest |
withClientRequestToken(String clientRequestToken) |
AssociateFileSystemAliasesRequest |
withFileSystemId(String fileSystemId)
Specifies the file system with which you want to associate one or more DNS aliases.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public AssociateFileSystemAliasesRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public void setFileSystemId(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.public String getFileSystemId()
Specifies the file system with which you want to associate one or more DNS aliases.
public AssociateFileSystemAliasesRequest withFileSystemId(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.public List<String> getAliases()
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.
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.
public void setAliases(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.
public AssociateFileSystemAliasesRequest withAliases(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.
NOTE: This method appends the values to the existing list (if any). Use
setAliases(java.util.Collection)
or withAliases(java.util.Collection)
if you want to override
the existing values.
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.
public AssociateFileSystemAliasesRequest withAliases(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.
public String toString()
toString
in class Object
Object.toString()
public AssociateFileSystemAliasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()