Class TcpTimeout.Builder
java.lang.Object
software.amazon.awscdk.services.appmesh.TcpTimeout.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TcpTimeout>
- Enclosing interface:
TcpTimeout
@Stability(Stable)
public static final class TcpTimeout.Builder
extends Object
implements software.amazon.jsii.Builder<TcpTimeout>
A builder for
TcpTimeout-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofTcpTimeout.getIdle()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idle
Sets the value ofTcpTimeout.getIdle()- Parameters:
idle- Represents an idle timeout. The amount of time that a connection may be idle.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TcpTimeout>- Returns:
- a new instance of
TcpTimeout - Throws:
NullPointerException- if any required attribute was not provided
-