@Generated(value="software.amazon.awssdk:codegen") public final class FileLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileLocation.Builder,FileLocation>
The location of the OTA update.
Modifier and Type | Class and Description |
---|---|
static interface |
FileLocation.Builder |
Modifier and Type | Method and Description |
---|---|
static FileLocation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Location |
s3Location()
The location of the updated firmware in S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileLocation.Builder> |
serializableBuilderClass() |
Stream |
stream()
The stream that contains the OTA update.
|
FileLocation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Stream stream()
The stream that contains the OTA update.
public S3Location s3Location()
The location of the updated firmware in S3.
public FileLocation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FileLocation.Builder,FileLocation>
public static FileLocation.Builder builder()
public static Class<? extends FileLocation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.