Interface DatabaseSourceVPCConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatabaseSourceVPCConfiguration.Builder,
,DatabaseSourceVPCConfiguration> SdkBuilder<DatabaseSourceVPCConfiguration.Builder,
,DatabaseSourceVPCConfiguration> SdkPojo
- Enclosing class:
DatabaseSourceVPCConfiguration
@Mutable
@NotThreadSafe
public static interface DatabaseSourceVPCConfiguration.Builder
extends SdkPojo, CopyableBuilder<DatabaseSourceVPCConfiguration.Builder,DatabaseSourceVPCConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionvpcEndpointServiceName
(String vpcEndpointServiceName) The VPC endpoint service name which Firehose uses to create a PrivateLink to the database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.com
as 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.
- Parameters:
vpcEndpointServiceName
- The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principlefirehose.amazonaws.com
as 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:
- Returns a reference to this object so that method calls can be chained together.
-