Class StorageFlowNodeS3Configuration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.StorageFlowNodeS3Configuration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StorageFlowNodeS3Configuration.Builder,StorageFlowNodeS3Configuration>
@Generated("software.amazon.awssdk:codegen") public final class StorageFlowNodeS3Configuration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageFlowNodeS3Configuration.Builder,StorageFlowNodeS3Configuration>
Contains configurations for the Amazon S3 location in which to store the input into the node.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageFlowNodeS3Configuration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of the Amazon S3 bucket in which to store the input into the node.static StorageFlowNodeS3Configuration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends StorageFlowNodeS3Configuration.Builder>serializableBuilderClass()StorageFlowNodeS3Configuration.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
-
bucketName
public final String bucketName()
The name of the Amazon S3 bucket in which to store the input into the node.
- Returns:
- The name of the Amazon S3 bucket in which to store the input into the node.
-
toBuilder
public StorageFlowNodeS3Configuration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StorageFlowNodeS3Configuration.Builder,StorageFlowNodeS3Configuration>
-
builder
public static StorageFlowNodeS3Configuration.Builder builder()
-
serializableBuilderClass
public static Class<? extends StorageFlowNodeS3Configuration.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.
-
-