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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomS3Location.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketOwnerAccountId()The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.static CustomS3Location.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomS3Location.Builder>serializableBuilderClass()CustomS3Location.BuildertoBuilder()StringtoString()Returns a string representation of this object.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, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
uri
public final String 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
public final String 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
public CustomS3Location.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomS3Location.Builder,CustomS3Location>
-
builder
public static CustomS3Location.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomS3Location.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
-
-