Uses of Interface
software.amazon.awssdk.services.elasticache.model.CustomerNodeEndpoint.Builder
-
Packages that use CustomerNodeEndpoint.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CustomerNodeEndpoint.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CustomerNodeEndpoint.Builder Modifier and Type Method Description CustomerNodeEndpoint.BuilderCustomerNodeEndpoint.Builder. address(String address)The address of the node endpointstatic CustomerNodeEndpoint.BuilderCustomerNodeEndpoint. builder()CustomerNodeEndpoint.BuilderCustomerNodeEndpoint.Builder. port(Integer port)The port of the node endpointCustomerNodeEndpoint.BuilderCustomerNodeEndpoint. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CustomerNodeEndpoint.Builder Modifier and Type Method Description static Class<? extends CustomerNodeEndpoint.Builder>CustomerNodeEndpoint. serializableBuilderClass()
-