Interface IpPool.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpPool.Builder,IpPool>,SdkBuilder<IpPool.Builder,IpPool>,SdkPojo
- Enclosing class:
- IpPool
public static interface IpPool.Builder extends SdkPojo, CopyableBuilder<IpPool.Builder,IpPool>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpPool.Buildercidr(String cidr)A CIDR block of IP addresses that are reserved for MediaLive Anywhere.-
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
-
cidr
IpPool.Builder cidr(String cidr)
A CIDR block of IP addresses that are reserved for MediaLive Anywhere.- Parameters:
cidr- A CIDR block of IP addresses that are reserved for MediaLive Anywhere.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-