public static interface ListenerTimeout.Builder extends SdkPojo, CopyableBuilder<ListenerTimeout.Builder,ListenerTimeout>
| Modifier and Type | Method and Description |
|---|---|
default ListenerTimeout.Builder |
grpc(Consumer<GrpcTimeout.Builder> grpc)
Sets the value of the Grpc property for this object.
|
ListenerTimeout.Builder |
grpc(GrpcTimeout grpc)
Sets the value of the Grpc property for this object.
|
default ListenerTimeout.Builder |
http(Consumer<HttpTimeout.Builder> http)
An object that represents types of timeouts.
|
ListenerTimeout.Builder |
http(HttpTimeout http)
An object that represents types of timeouts.
|
default ListenerTimeout.Builder |
http2(Consumer<HttpTimeout.Builder> http2)
An object that represents types of timeouts.
|
ListenerTimeout.Builder |
http2(HttpTimeout http2)
An object that represents types of timeouts.
|
default ListenerTimeout.Builder |
tcp(Consumer<TcpTimeout.Builder> tcp)
An object that represents types of timeouts.
|
ListenerTimeout.Builder |
tcp(TcpTimeout tcp)
An object that represents types of timeouts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListenerTimeout.Builder grpc(GrpcTimeout grpc)
grpc - The new value for the Grpc property for this object.default ListenerTimeout.Builder grpc(Consumer<GrpcTimeout.Builder> grpc)
GrpcTimeout.Builder avoiding the need to create
one manually via GrpcTimeout.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to grpc(GrpcTimeout).grpc - a consumer that will call methods on GrpcTimeout.Buildergrpc(GrpcTimeout)ListenerTimeout.Builder http(HttpTimeout http)
An object that represents types of timeouts.
http - An object that represents types of timeouts.default ListenerTimeout.Builder http(Consumer<HttpTimeout.Builder> http)
An object that represents types of timeouts.
This is a convenience that creates an instance of theHttpTimeout.Builder avoiding the need to create
one manually via HttpTimeout.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to http(HttpTimeout).http - a consumer that will call methods on HttpTimeout.Builderhttp(HttpTimeout)ListenerTimeout.Builder http2(HttpTimeout http2)
An object that represents types of timeouts.
http2 - An object that represents types of timeouts.default ListenerTimeout.Builder http2(Consumer<HttpTimeout.Builder> http2)
An object that represents types of timeouts.
This is a convenience that creates an instance of theHttpTimeout.Builder avoiding the need to create
one manually via HttpTimeout.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to http2(HttpTimeout).http2 - a consumer that will call methods on HttpTimeout.Builderhttp2(HttpTimeout)ListenerTimeout.Builder tcp(TcpTimeout tcp)
An object that represents types of timeouts.
tcp - An object that represents types of timeouts.default ListenerTimeout.Builder tcp(Consumer<TcpTimeout.Builder> tcp)
An object that represents types of timeouts.
This is a convenience that creates an instance of theTcpTimeout.Builder avoiding the need to create
one manually via TcpTimeout.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to tcp(TcpTimeout).tcp - a consumer that will call methods on TcpTimeout.Buildertcp(TcpTimeout)Copyright © 2021. All rights reserved.