Class InstanceStorageConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.InstanceStorageConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceStorageConfig.Builder,InstanceStorageConfig>
@Generated("software.amazon.awssdk:codegen") public final class InstanceStorageConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceStorageConfig.Builder,InstanceStorageConfig>
The storage configuration for the instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceStorageConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassociationId()The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.static InstanceStorageConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()KinesisFirehoseConfigkinesisFirehoseConfig()The configuration of the Kinesis Firehose delivery stream.KinesisStreamConfigkinesisStreamConfig()The configuration of the Kinesis data stream.KinesisVideoStreamConfigkinesisVideoStreamConfig()The configuration of the Kinesis video stream.S3Configs3Config()The S3 bucket configuration.List<SdkField<?>>sdkFields()static Class<? extends InstanceStorageConfig.Builder>serializableBuilderClass()StorageTypestorageType()A valid storage type.StringstorageTypeAsString()A valid storage type.InstanceStorageConfig.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
-
associationId
public final String associationId()
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
- Returns:
- The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
-
storageType
public final StorageType storageType()
A valid storage type.
If the service returns an enum value that is not available in the current SDK version,
storageTypewill returnStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageTypeAsString().- Returns:
- A valid storage type.
- See Also:
StorageType
-
storageTypeAsString
public final String storageTypeAsString()
A valid storage type.
If the service returns an enum value that is not available in the current SDK version,
storageTypewill returnStorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageTypeAsString().- Returns:
- A valid storage type.
- See Also:
StorageType
-
s3Config
public final S3Config s3Config()
The S3 bucket configuration.
- Returns:
- The S3 bucket configuration.
-
kinesisVideoStreamConfig
public final KinesisVideoStreamConfig kinesisVideoStreamConfig()
The configuration of the Kinesis video stream.
- Returns:
- The configuration of the Kinesis video stream.
-
kinesisStreamConfig
public final KinesisStreamConfig kinesisStreamConfig()
The configuration of the Kinesis data stream.
- Returns:
- The configuration of the Kinesis data stream.
-
kinesisFirehoseConfig
public final KinesisFirehoseConfig kinesisFirehoseConfig()
The configuration of the Kinesis Firehose delivery stream.
- Returns:
- The configuration of the Kinesis Firehose delivery stream.
-
toBuilder
public InstanceStorageConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceStorageConfig.Builder,InstanceStorageConfig>
-
builder
public static InstanceStorageConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends InstanceStorageConfig.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.
-
-