Class HarnessSkillS3Source
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.HarnessSkillS3Source
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HarnessSkillS3Source.Builder,HarnessSkillS3Source>
@Generated("software.amazon.awssdk:codegen")
public final class HarnessSkillS3Source
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<HarnessSkillS3Source.Builder,HarnessSkillS3Source>
An S3 source for a skill.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic HarnessSkillS3Source.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends HarnessSkillS3Source.Builder>final StringtoString()Returns a string representation of this object.final Stringuri()The S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).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 pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).
- Returns:
- The S3 URI pointing to the skill directory (e.g., s3://bucket/skills/my-skill/).
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<HarnessSkillS3Source.Builder,HarnessSkillS3Source>
-
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
-