Class AsyncInvokeS3OutputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeS3OutputDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AsyncInvokeS3OutputDataConfig.Builder,AsyncInvokeS3OutputDataConfig>
@Generated("software.amazon.awssdk:codegen") public final class AsyncInvokeS3OutputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AsyncInvokeS3OutputDataConfig.Builder,AsyncInvokeS3OutputDataConfig>
Asynchronous invocation output data settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAsyncInvokeS3OutputDataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketOwner()If the bucket belongs to another AWS account, specify that account's ID.static AsyncInvokeS3OutputDataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()A KMS encryption key ID.Strings3Uri()An object URI starting withs3://.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AsyncInvokeS3OutputDataConfig.Builder>serializableBuilderClass()AsyncInvokeS3OutputDataConfig.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()
An object URI starting with
s3://.- Returns:
- An object URI starting with
s3://.
-
kmsKeyId
public final String kmsKeyId()
A KMS encryption key ID.
- Returns:
- A KMS encryption key ID.
-
bucketOwner
public final String bucketOwner()
If the bucket belongs to another AWS account, specify that account's ID.
- Returns:
- If the bucket belongs to another AWS account, specify that account's ID.
-
toBuilder
public AsyncInvokeS3OutputDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AsyncInvokeS3OutputDataConfig.Builder,AsyncInvokeS3OutputDataConfig>
-
builder
public static AsyncInvokeS3OutputDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends AsyncInvokeS3OutputDataConfig.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
-
-