@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDataRepositoryAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDataRepositoryAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDataRepositoryAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the data repository association that you are updating.
|
String |
getClientRequestToken() |
Integer |
getImportedFileChunkSize()
For files imported from a data repository, this value determines the stripe count and maximum amount of data per
file (in MiB) stored on a single physical disk.
|
S3DataRepositoryConfiguration |
getS3()
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID of the data repository association that you are updating.
|
void |
setClientRequestToken(String clientRequestToken) |
void |
setImportedFileChunkSize(Integer importedFileChunkSize)
For files imported from a data repository, this value determines the stripe count and maximum amount of data per
file (in MiB) stored on a single physical disk.
|
void |
setS3(S3DataRepositoryConfiguration s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDataRepositoryAssociationRequest |
withAssociationId(String associationId)
The ID of the data repository association that you are updating.
|
UpdateDataRepositoryAssociationRequest |
withClientRequestToken(String clientRequestToken) |
UpdateDataRepositoryAssociationRequest |
withImportedFileChunkSize(Integer importedFileChunkSize)
For files imported from a data repository, this value determines the stripe count and maximum amount of data per
file (in MiB) stored on a single physical disk.
|
UpdateDataRepositoryAssociationRequest |
withS3(S3DataRepositoryConfiguration s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association.
|
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 UpdateDataRepositoryAssociationRequest()
public void setAssociationId(String associationId)
The ID of the data repository association that you are updating.
associationId
- The ID of the data repository association that you are updating.public String getAssociationId()
The ID of the data repository association that you are updating.
public UpdateDataRepositoryAssociationRequest withAssociationId(String associationId)
The ID of the data repository association that you are updating.
associationId
- The ID of the data repository association that you are updating.public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public UpdateDataRepositoryAssociationRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public void setImportedFileChunkSize(Integer importedFileChunkSize)
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
importedFileChunkSize
- For files imported from a data repository, this value determines the stripe count and maximum amount of
data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file
can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
public Integer getImportedFileChunkSize()
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
public UpdateDataRepositoryAssociationRequest withImportedFileChunkSize(Integer importedFileChunkSize)
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
importedFileChunkSize
- For files imported from a data repository, this value determines the stripe count and maximum amount of
data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file
can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
public void setS3(S3DataRepositoryConfiguration s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
s3
- The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association. The configuration defines which file events (new, changed, or deleted files or
directories) are automatically imported from the linked data repository to the file system or
automatically exported from the file system to the data repository.public S3DataRepositoryConfiguration getS3()
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
public UpdateDataRepositoryAssociationRequest withS3(S3DataRepositoryConfiguration s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
s3
- The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data
repository association. The configuration defines which file events (new, changed, or deleted files or
directories) are automatically imported from the linked data repository to the file system or
automatically exported from the file system to the data repository.public String toString()
toString
in class Object
Object.toString()
public UpdateDataRepositoryAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()