@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationS3Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeLocationS3Response
Constructor and Description |
---|
DescribeLocationS3Result() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationS3Result |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAgentArns()
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents
deployed on your Outpost.
|
Date |
getCreationTime()
The time that the Amazon S3 bucket location was created.
|
String |
getLocationArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
|
String |
getLocationUri()
The URL of the Amazon S3 location that was described.
|
S3Config |
getS3Config() |
String |
getS3StorageClass()
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
int |
hashCode() |
void |
setAgentArns(Collection<String> agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents
deployed on your Outpost.
|
void |
setCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
|
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
|
void |
setLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
void |
setS3Config(S3Config s3Config) |
void |
setS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationS3Result |
withAgentArns(Collection<String> agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents
deployed on your Outpost.
|
DescribeLocationS3Result |
withAgentArns(String... agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents
deployed on your Outpost.
|
DescribeLocationS3Result |
withCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
|
DescribeLocationS3Result |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
|
DescribeLocationS3Result |
withLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
DescribeLocationS3Result |
withS3Config(S3Config s3Config) |
DescribeLocationS3Result |
withS3StorageClass(S3StorageClass s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
DescribeLocationS3Result |
withS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
locationArn
- The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.public String getLocationArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
public DescribeLocationS3Result withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
locationArn
- The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.public void setLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
locationUri
- The URL of the Amazon S3 location that was described.public String getLocationUri()
The URL of the Amazon S3 location that was described.
public DescribeLocationS3Result withLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
locationUri
- The URL of the Amazon S3 location that was described.public void setS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
s3StorageClass
- The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have
behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.S3StorageClass
public String getS3StorageClass()
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
S3StorageClass
public DescribeLocationS3Result withS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
s3StorageClass
- The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have
behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.S3StorageClass
public DescribeLocationS3Result withS3StorageClass(S3StorageClass s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
s3StorageClass
- The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have
behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.S3StorageClass
public void setS3Config(S3Config s3Config)
s3Config
- public S3Config getS3Config()
public DescribeLocationS3Result withS3Config(S3Config s3Config)
s3Config
- public List<String> getAgentArns()
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
public void setAgentArns(Collection<String> agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
agentArns
- If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2
agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web
Services Outpost, see Deploy your
DataSync agent on Outposts.public DescribeLocationS3Result withAgentArns(String... agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
NOTE: This method appends the values to the existing list (if any). Use
setAgentArns(java.util.Collection)
or withAgentArns(java.util.Collection)
if you want to
override the existing values.
agentArns
- If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2
agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web
Services Outpost, see Deploy your
DataSync agent on Outposts.public DescribeLocationS3Result withAgentArns(Collection<String> agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
agentArns
- If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2
agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web
Services Outpost, see Deploy your
DataSync agent on Outposts.public void setCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
creationTime
- The time that the Amazon S3 bucket location was created.public Date getCreationTime()
The time that the Amazon S3 bucket location was created.
public DescribeLocationS3Result withCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
creationTime
- The time that the Amazon S3 bucket location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationS3Result clone()