Class File
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.File
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<File.Builder,File>
@Generated("software.amazon.awssdk:codegen") public final class File extends Object implements SdkPojo, Serializable, ToCopyableBuilder<File.Builder,File>
The file in Amazon S3 where your data is saved.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFile.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the Amazon S3 bucket from which data is imported.static File.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The key of the Amazon S3 object that contains your data.List<SdkField<?>>sdkFields()static Class<? extends File.Builder>serializableBuilderClass()File.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringversionId()The version ID to identify a specific version of the Amazon S3 object that contains your data.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucket
public final String bucket()
The name of the Amazon S3 bucket from which data is imported.
- Returns:
- The name of the Amazon S3 bucket from which data is imported.
-
key
public final String key()
The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.
- Returns:
- The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.
-
versionId
public final String versionId()
The version ID to identify a specific version of the Amazon S3 object that contains your data.
- Returns:
- The version ID to identify a specific version of the Amazon S3 object that contains your data.
-
toBuilder
public File.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<File.Builder,File>
-
builder
public static File.Builder builder()
-
serializableBuilderClass
public static Class<? extends File.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-