@Generated(value="software.amazon.awssdk:codegen") public final class CreateLocationS3Request extends DataSyncRequest implements ToCopyableBuilder<CreateLocationS3Request.Builder,CreateLocationS3Request>
CreateLocationS3Request
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLocationS3Request.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateLocationS3Request.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket.
|
S3Config |
s3Config()
Returns the value of the S3Config property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLocationS3Request.Builder> |
serializableBuilderClass() |
String |
subdirectory()
A subdirectory in the Amazon S3 bucket.
|
List<TagListEntry> |
tags()
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationS3Request.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String subdirectory()
A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.
public String s3BucketArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket.
public S3Config s3Config()
public List<TagListEntry> tags()
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateLocationS3Request.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLocationS3Request.Builder,CreateLocationS3Request>toBuilder in class DataSyncRequestpublic static CreateLocationS3Request.Builder builder()
public static Class<? extends CreateLocationS3Request.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.