Interface IcmpTypeCode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IcmpTypeCode.Builder,IcmpTypeCode>,SdkBuilder<IcmpTypeCode.Builder,IcmpTypeCode>,SdkPojo
- Enclosing class:
- IcmpTypeCode
public static interface IcmpTypeCode.Builder extends SdkPojo, CopyableBuilder<IcmpTypeCode.Builder,IcmpTypeCode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IcmpTypeCode.Buildercode(Integer code)The ICMP code for which to deny or allow access.IcmpTypeCode.Buildertype(Integer type)The ICMP type for which to deny or allow access.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
code
IcmpTypeCode.Builder code(Integer code)
The ICMP code for which to deny or allow access. To deny or allow all codes, use the value
-1.- Parameters:
code- The ICMP code for which to deny or allow access. To deny or allow all codes, use the value-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
IcmpTypeCode.Builder type(Integer type)
The ICMP type for which to deny or allow access. To deny or allow all types, use the value
-1.- Parameters:
type- The ICMP type for which to deny or allow access. To deny or allow all types, use the value-1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-