Class CustomS3Location
java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.CustomS3Location
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomS3Location.Builder,CustomS3Location>
@Generated("software.amazon.awssdk:codegen")
public final class CustomS3Location
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<CustomS3Location.Builder,CustomS3Location>
Contains information about the Amazon S3 location of the file containing the content to ingest into a knowledge base connected to a custom data source.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.static CustomS3Location.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends CustomS3Location.Builder>final StringtoString()Returns a string representation of this object.final Stringuri()The S3 URI of the file containing the content to ingest.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
uri
The S3 URI of the file containing the content to ingest.
- Returns:
- The S3 URI of the file containing the content to ingest.
-
bucketOwnerAccountId
The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.
- Returns:
- The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomS3Location.Builder,CustomS3Location>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-