Class FileLocation
- java.lang.Object
-
- software.amazon.awssdk.services.transfer.model.FileLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileLocation.Builder,FileLocation>
@Generated("software.amazon.awssdk:codegen") public final class FileLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileLocation.Builder,FileLocation>
Specifies the Amazon S3 or EFS file details to be used in the step.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileLocation.Builderbuilder()EfsFileLocationefsFileLocation()Specifies the Amazon EFS identifier and the path for the file being used.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3FileLocations3FileLocation()Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FileLocation.Builder>serializableBuilderClass()FileLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
s3FileLocation
public final S3FileLocation s3FileLocation()
Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
- Returns:
- Specifies the S3 details for the file being used, such as bucket, ETag, and so forth.
-
efsFileLocation
public final EfsFileLocation efsFileLocation()
Specifies the Amazon EFS identifier and the path for the file being used.
- Returns:
- Specifies the Amazon EFS identifier and the path for the file being used.
-
toBuilder
public FileLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileLocation.Builder,FileLocation>
-
builder
public static FileLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileLocation.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-