Interface ListenerAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListenerAttribute.Builder,ListenerAttribute>,SdkBuilder<ListenerAttribute.Builder,ListenerAttribute>,SdkPojo
- Enclosing class:
- ListenerAttribute
public static interface ListenerAttribute.Builder extends SdkPojo, CopyableBuilder<ListenerAttribute.Builder,ListenerAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerAttribute.Builderkey(String key)The name of the attribute.ListenerAttribute.Buildervalue(String value)The value of the attribute.-
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 Detail
-
key
ListenerAttribute.Builder key(String key)
The name of the attribute.
The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.
-
tcp.idle_timeout.seconds- The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.
- Parameters:
key- The name of the attribute.The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.
-
tcp.idle_timeout.seconds- The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
value
ListenerAttribute.Builder value(String value)
The value of the attribute.
- Parameters:
value- The value of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-