Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ReplicationSubnetGroup.Builder
Packages that use ReplicationSubnetGroup.Builder
-
Uses of ReplicationSubnetGroup.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationSubnetGroup.BuilderModifier and TypeMethodDescriptionReplicationSubnetGroup.builder()ReplicationSubnetGroup.Builder.isReadOnly(Boolean isReadOnly) Indicates whether the replication subnet group is read-only.ReplicationSubnetGroup.Builder.replicationSubnetGroupDescription(String replicationSubnetGroupDescription) A description for the replication subnet group.ReplicationSubnetGroup.Builder.replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) The identifier of the replication instance subnet group.ReplicationSubnetGroup.Builder.subnetGroupStatus(String subnetGroupStatus) The status of the subnet group.ReplicationSubnetGroup.Builder.subnets(Collection<Subnet> subnets) The subnets that are in the subnet group.ReplicationSubnetGroup.Builder.subnets(Consumer<Subnet.Builder>... subnets) The subnets that are in the subnet group.The subnets that are in the subnet group.ReplicationSubnetGroup.Builder.supportedNetworkTypes(String... supportedNetworkTypes) The IP addressing protocol supported by the subnet group.ReplicationSubnetGroup.Builder.supportedNetworkTypes(Collection<String> supportedNetworkTypes) The IP addressing protocol supported by the subnet group.ReplicationSubnetGroup.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationSubnetGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicationSubnetGroup.Builder>ReplicationSubnetGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationSubnetGroup.BuilderModifier and TypeMethodDescriptionCreateReplicationSubnetGroupResponse.Builder.replicationSubnetGroup(Consumer<ReplicationSubnetGroup.Builder> replicationSubnetGroup) The replication subnet group that was created.ModifyReplicationSubnetGroupResponse.Builder.replicationSubnetGroup(Consumer<ReplicationSubnetGroup.Builder> replicationSubnetGroup) The modified replication subnet group.default ReplicationInstance.BuilderReplicationInstance.Builder.replicationSubnetGroup(Consumer<ReplicationSubnetGroup.Builder> replicationSubnetGroup) The subnet group for the replication instance.