@Generated(value="software.amazon.awssdk:codegen") public final class S3OutputLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
An 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
outputS3BucketName()
The name of the S3 bucket.
|
String |
outputS3KeyPrefix()
The 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, wait
copy
public String outputS3Region()
(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Region of the S3 bucket.
public String outputS3BucketName()
The name of the S3 bucket.
public String outputS3KeyPrefix()
The 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.