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 interface
ModelInvocationJobS3OutputDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModelInvocationJobS3OutputDataConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
s3BucketOwner()
The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.String
s3EncryptionKeyId()
The unique identifier of the key that encrypts the S3 location of the output data.String
s3Uri()
The S3 location of the output data.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ModelInvocationJobS3OutputDataConfig.Builder>
serializableBuilderClass()
ModelInvocationJobS3OutputDataConfig.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-