Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterEndpoint.Builder
-
Packages that use AwsRedshiftClusterEndpoint.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterEndpoint.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRedshiftClusterEndpoint.Builder Modifier and Type Method Description AwsRedshiftClusterEndpoint.BuilderAwsRedshiftClusterEndpoint.Builder. address(String address)The DNS address of the cluster.static AwsRedshiftClusterEndpoint.BuilderAwsRedshiftClusterEndpoint. builder()AwsRedshiftClusterEndpoint.BuilderAwsRedshiftClusterEndpoint.Builder. port(Integer port)The port that the database engine listens on.AwsRedshiftClusterEndpoint.BuilderAwsRedshiftClusterEndpoint. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterEndpoint.Builder Modifier and Type Method Description static Class<? extends AwsRedshiftClusterEndpoint.Builder>AwsRedshiftClusterEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterEndpoint.Builder Modifier and Type Method Description default AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. endpoint(Consumer<AwsRedshiftClusterEndpoint.Builder> endpoint)The connection endpoint.
-