Interface VirtualNodeConnectionPool.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VirtualNodeConnectionPool.Builder,
,VirtualNodeConnectionPool> SdkBuilder<VirtualNodeConnectionPool.Builder,
,VirtualNodeConnectionPool> SdkPojo
- Enclosing class:
VirtualNodeConnectionPool
-
Method Summary
Modifier and TypeMethodDescriptionAn object that represents a type of connection pool.An object that represents a type of connection pool.An object that represents a type of connection pool.An object that represents a type of connection pool.An object that represents a type of connection pool.An object that represents a type of connection pool.An object that represents a type of connection pool.An object that represents a type of connection pool.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, sdkFields
-
Method Details
-
grpc
An object that represents a type of connection pool.
- Parameters:
grpc
- An object that represents a type of connection pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grpc
default VirtualNodeConnectionPool.Builder grpc(Consumer<VirtualNodeGrpcConnectionPool.Builder> grpc) An object that represents a type of connection pool.
This is a convenience method that creates an instance of theVirtualNodeGrpcConnectionPool.Builder
avoiding the need to create one manually viaVirtualNodeGrpcConnectionPool.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togrpc(VirtualNodeGrpcConnectionPool)
.- Parameters:
grpc
- a consumer that will call methods onVirtualNodeGrpcConnectionPool.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
http
An object that represents a type of connection pool.
- Parameters:
http
- An object that represents a type of connection pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
http
default VirtualNodeConnectionPool.Builder http(Consumer<VirtualNodeHttpConnectionPool.Builder> http) An object that represents a type of connection pool.
This is a convenience method that creates an instance of theVirtualNodeHttpConnectionPool.Builder
avoiding the need to create one manually viaVirtualNodeHttpConnectionPool.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohttp(VirtualNodeHttpConnectionPool)
.- Parameters:
http
- a consumer that will call methods onVirtualNodeHttpConnectionPool.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
http2
An object that represents a type of connection pool.
- Parameters:
http2
- An object that represents a type of connection pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
http2
default VirtualNodeConnectionPool.Builder http2(Consumer<VirtualNodeHttp2ConnectionPool.Builder> http2) An object that represents a type of connection pool.
This is a convenience method that creates an instance of theVirtualNodeHttp2ConnectionPool.Builder
avoiding the need to create one manually viaVirtualNodeHttp2ConnectionPool.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohttp2(VirtualNodeHttp2ConnectionPool)
.- Parameters:
http2
- a consumer that will call methods onVirtualNodeHttp2ConnectionPool.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tcp
An object that represents a type of connection pool.
- Parameters:
tcp
- An object that represents a type of connection pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tcp
An object that represents a type of connection pool.
This is a convenience method that creates an instance of theVirtualNodeTcpConnectionPool.Builder
avoiding the need to create one manually viaVirtualNodeTcpConnectionPool.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totcp(VirtualNodeTcpConnectionPool)
.- Parameters:
tcp
- a consumer that will call methods onVirtualNodeTcpConnectionPool.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-