@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)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateLocationS3Request.Builder,CreateLocationS3Request>
toBuilder
in class DataSyncRequest
public static CreateLocationS3Request.Builder builder()
public static Class<? extends CreateLocationS3Request.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.