public class ParallelDataDataLocation
extends java.lang.Object
implements java.io.Serializable
The location of the most recent parallel data input file that was successfully imported into Amazon Translate.
Constructor and Description |
---|
ParallelDataDataLocation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLocation()
The Amazon S3 location of the parallel data input file.
|
java.lang.String |
getRepositoryType()
Describes the repository that contains the parallel data input file.
|
int |
hashCode() |
void |
setLocation(java.lang.String location)
The Amazon S3 location of the parallel data input file.
|
void |
setRepositoryType(java.lang.String repositoryType)
Describes the repository that contains the parallel data input file.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ParallelDataDataLocation |
withLocation(java.lang.String location)
The Amazon S3 location of the parallel data input file.
|
ParallelDataDataLocation |
withRepositoryType(java.lang.String repositoryType)
Describes the repository that contains the parallel data input file.
|
public java.lang.String getRepositoryType()
Describes the repository that contains the parallel data input file.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
Describes the repository that contains the parallel data input file.
public void setRepositoryType(java.lang.String repositoryType)
Describes the repository that contains the parallel data input file.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
repositoryType
- Describes the repository that contains the parallel data input file.
public ParallelDataDataLocation withRepositoryType(java.lang.String repositoryType)
Describes the repository that contains the parallel data input file.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
repositoryType
- Describes the repository that contains the parallel data input file.
public java.lang.String getLocation()
The Amazon S3 location of the parallel data input file. The location is returned as a presigned URL to that has a 30 minute expiration.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
The Amazon S3 location of the parallel data input file. The location is returned as a presigned URL to that has a 30 minute expiration.
public void setLocation(java.lang.String location)
The Amazon S3 location of the parallel data input file. The location is returned as a presigned URL to that has a 30 minute expiration.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
location
- The Amazon S3 location of the parallel data input file. The location is returned as a presigned URL to that has a 30 minute expiration.
public ParallelDataDataLocation withLocation(java.lang.String location)
The Amazon S3 location of the parallel data input file. The location is returned as a presigned URL to that has a 30 minute expiration.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
location
- The Amazon S3 location of the parallel data input file. The location is returned as a presigned URL to that has a 30 minute expiration.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.