@Generated(value="software.amazon.awssdk:codegen") public final class S3Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Destination.Builder,S3Destination>
Describes the location of updated firmware in S3.
Modifier and Type | Class and Description |
---|---|
static interface |
S3Destination.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucket()
The S3 bucket that contains the updated firmware.
|
static S3Destination.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The S3 prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Destination.Builder> |
serializableBuilderClass() |
S3Destination.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 bucket()
The S3 bucket that contains the updated firmware.
public String prefix()
The S3 prefix.
public S3Destination.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3Destination.Builder,S3Destination>
public static S3Destination.Builder builder()
public static Class<? extends S3Destination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.