Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRdsDbInstanceEndpoint.Builder
-
Packages that use AwsRdsDbInstanceEndpoint.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbInstanceEndpoint.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRdsDbInstanceEndpoint.Builder Modifier and Type Method Description AwsRdsDbInstanceEndpoint.BuilderAwsRdsDbInstanceEndpoint.Builder. address(String address)Specifies the DNS address of the DB instance.static AwsRdsDbInstanceEndpoint.BuilderAwsRdsDbInstanceEndpoint. builder()AwsRdsDbInstanceEndpoint.BuilderAwsRdsDbInstanceEndpoint.Builder. hostedZoneId(String hostedZoneId)Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.AwsRdsDbInstanceEndpoint.BuilderAwsRdsDbInstanceEndpoint.Builder. port(Integer port)Specifies the port that the database engine is listening on.AwsRdsDbInstanceEndpoint.BuilderAwsRdsDbInstanceEndpoint. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbInstanceEndpoint.Builder Modifier and Type Method Description static Class<? extends AwsRdsDbInstanceEndpoint.Builder>AwsRdsDbInstanceEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbInstanceEndpoint.Builder Modifier and Type Method Description default AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. endpoint(Consumer<AwsRdsDbInstanceEndpoint.Builder> endpoint)Specifies the connection endpoint.default AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.Builder. listenerEndpoint(Consumer<AwsRdsDbInstanceEndpoint.Builder> listenerEndpoint)Sets the value of the ListenerEndpoint property for this object.
-