@Generated(value="software.amazon.awssdk:codegen") public final class S3OutputLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
An Amazon S3 bucket where you want to store the results of this request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3OutputLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3OutputLocation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputS3BucketName()
The name of the Amazon S3 bucket.
|
String |
outputS3KeyPrefix()
The Amazon S3 bucket subfolder.
|
String |
outputS3Region()
(Deprecated) You can no longer specify this parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3OutputLocation.Builder> |
serializableBuilderClass() |
S3OutputLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String outputS3Region()
(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon S3 bucket region.
public String outputS3BucketName()
The name of the Amazon S3 bucket.
public String outputS3KeyPrefix()
The Amazon S3 bucket subfolder.
public S3OutputLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>public static S3OutputLocation.Builder builder()
public static Class<? extends S3OutputLocation.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.