@Generated(value="software.amazon.awssdk:codegen") public final class S3OutputLocation extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
static Class<? extends S3OutputLocation.Builder> |
serializableBuilderClass() |
S3OutputLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3OutputLocation.Builder,S3OutputLocation>
public static S3OutputLocation.Builder builder()
public static Class<? extends S3OutputLocation.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.