Class ModelInvocationJobS3OutputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.bedrock.model.ModelInvocationJobS3OutputDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,ModelInvocationJobS3OutputDataConfig>
@Generated("software.amazon.awssdk:codegen") public final class ModelInvocationJobS3OutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,ModelInvocationJobS3OutputDataConfig>
Contains the configuration of the S3 location of the output data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelInvocationJobS3OutputDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelInvocationJobS3OutputDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3BucketOwner()The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.Strings3EncryptionKeyId()The unique identifier of the key that encrypts the S3 location of the output data.Strings3Uri()The S3 location of the output data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ModelInvocationJobS3OutputDataConfig.Builder>serializableBuilderClass()ModelInvocationJobS3OutputDataConfig.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
-
s3Uri
public final String s3Uri()
The S3 location of the output data.
- Returns:
- The S3 location of the output data.
-
s3EncryptionKeyId
public final String s3EncryptionKeyId()
The unique identifier of the key that encrypts the S3 location of the output data.
- Returns:
- The unique identifier of the key that encrypts the S3 location of the output data.
-
s3BucketOwner
public final String s3BucketOwner()
The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.
- Returns:
- The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.
-
toBuilder
public ModelInvocationJobS3OutputDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelInvocationJobS3OutputDataConfig.Builder,ModelInvocationJobS3OutputDataConfig>
-
builder
public static ModelInvocationJobS3OutputDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelInvocationJobS3OutputDataConfig.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
-
-