Class RetrievalResultS3Location
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultS3Location
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RetrievalResultS3Location.Builder,RetrievalResultS3Location>
@Generated("software.amazon.awssdk:codegen") public final class RetrievalResultS3Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RetrievalResultS3Location.Builder,RetrievalResultS3Location>
The S3 data source location.
This data type is used in the following API operations:
-
Retrieve response – in the
s3Location
field -
RetrieveAndGenerate response – in the
s3Location
field -
InvokeAgent response – in the
s3Location
field
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RetrievalResultS3Location.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RetrievalResultS3Location.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends RetrievalResultS3Location.Builder>
serializableBuilderClass()
RetrievalResultS3Location.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
uri()
The S3 URI for the data source 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
-
uri
public final String uri()
The S3 URI for the data source location.
- Returns:
- The S3 URI for the data source location.
-
toBuilder
public RetrievalResultS3Location.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<RetrievalResultS3Location.Builder,RetrievalResultS3Location>
-
builder
public static RetrievalResultS3Location.Builder builder()
-
serializableBuilderClass
public static Class<? extends RetrievalResultS3Location.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-