Class DatabaseSourceVPCConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.DatabaseSourceVPCConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DatabaseSourceVPCConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration>
The structure for details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
Amazon Data Firehose is in preview release and is subject to change.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatabaseSourceVPCConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatabaseSourceVPCConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DatabaseSourceVPCConfiguration.Builder>serializableBuilderClass()DatabaseSourceVPCConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcEndpointServiceName()The VPC endpoint service name which Firehose uses to create a PrivateLink to the database.-
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
-
vpcEndpointServiceName
public final String vpcEndpointServiceName()
The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle
firehose.amazonaws.comas an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks likecom.amazonaws.vpce.<region>.<vpc-endpoint-service-id>.Amazon Data Firehose is in preview release and is subject to change.
- Returns:
- The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint
service must have the Firehose service principle
firehose.amazonaws.comas an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks likecom.amazonaws.vpce.<region>.<vpc-endpoint-service-id>.Amazon Data Firehose is in preview release and is subject to change.
-
toBuilder
public DatabaseSourceVPCConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration>
-
builder
public static DatabaseSourceVPCConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatabaseSourceVPCConfiguration.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
-
-