Class IntermediateStorage
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.IntermediateStorage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IntermediateStorage.Builder,IntermediateStorage>
@Generated("software.amazon.awssdk:codegen") public final class IntermediateStorage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntermediateStorage.Builder,IntermediateStorage>
A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntermediateStorage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntermediateStorage.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3Locations3Location()An S3 bucket path.List<SdkField<?>>sdkFields()static Class<? extends IntermediateStorage.Builder>serializableBuilderClass()IntermediateStorage.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
-
s3Location
public final S3Location s3Location()
An S3 bucket path.
- Returns:
- An S3 bucket path.
-
toBuilder
public IntermediateStorage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IntermediateStorage.Builder,IntermediateStorage>
-
builder
public static IntermediateStorage.Builder builder()
-
serializableBuilderClass
public static Class<? extends IntermediateStorage.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.
-
-