Class SupplementalDataStorageLocation
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.SupplementalDataStorageLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SupplementalDataStorageLocation.Builder,SupplementalDataStorageLocation>
@Generated("software.amazon.awssdk:codegen") public final class SupplementalDataStorageLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SupplementalDataStorageLocation.Builder,SupplementalDataStorageLocation>
Contains information about a storage location for images extracted from multimodal documents in your data source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSupplementalDataStorageLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SupplementalDataStorageLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3Locations3Location()Contains information about the Amazon S3 location for the extracted images.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SupplementalDataStorageLocation.Builder>serializableBuilderClass()SupplementalDataStorageLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.SupplementalDataStorageLocationTypetype()Specifies the storage service used for this location.StringtypeAsString()Specifies the storage service used for this location.-
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
-
type
public final SupplementalDataStorageLocationType type()
Specifies the storage service used for this location.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSupplementalDataStorageLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Specifies the storage service used for this location.
- See Also:
SupplementalDataStorageLocationType
-
typeAsString
public final String typeAsString()
Specifies the storage service used for this location.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSupplementalDataStorageLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Specifies the storage service used for this location.
- See Also:
SupplementalDataStorageLocationType
-
s3Location
public final S3Location s3Location()
Contains information about the Amazon S3 location for the extracted images.
- Returns:
- Contains information about the Amazon S3 location for the extracted images.
-
toBuilder
public SupplementalDataStorageLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SupplementalDataStorageLocation.Builder,SupplementalDataStorageLocation>
-
builder
public static SupplementalDataStorageLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends SupplementalDataStorageLocation.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
-
-