@Generated(value="software.amazon.awssdk:codegen") public final class ExportTaskS3LocationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportTaskS3LocationRequest.Builder,ExportTaskS3LocationRequest>
Describes the destination for an export image task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportTaskS3LocationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportTaskS3LocationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Bucket()
The destination Amazon S3 bucket.
|
String |
s3Prefix()
The prefix (logical hierarchy) in the bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportTaskS3LocationRequest.Builder> |
serializableBuilderClass() |
ExportTaskS3LocationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3Bucket()
The destination Amazon S3 bucket.
public String s3Prefix()
The prefix (logical hierarchy) in the bucket.
public ExportTaskS3LocationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportTaskS3LocationRequest.Builder,ExportTaskS3LocationRequest>public static ExportTaskS3LocationRequest.Builder builder()
public static Class<? extends ExportTaskS3LocationRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.