Uses of Interface
software.amazon.awssdk.services.route53.model.CidrCollectionChange.Builder
-
Packages that use CidrCollectionChange.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of CidrCollectionChange.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CidrCollectionChange.Builder Modifier and Type Method Description CidrCollectionChange.BuilderCidrCollectionChange.Builder. action(String action)CIDR collection change action.CidrCollectionChange.BuilderCidrCollectionChange.Builder. action(CidrCollectionChangeAction action)CIDR collection change action.static CidrCollectionChange.BuilderCidrCollectionChange. builder()CidrCollectionChange.BuilderCidrCollectionChange.Builder. cidrList(String... cidrList)List of CIDR blocks.CidrCollectionChange.BuilderCidrCollectionChange.Builder. cidrList(Collection<String> cidrList)List of CIDR blocks.CidrCollectionChange.BuilderCidrCollectionChange.Builder. locationName(String locationName)Name of the location that is associated with the CIDR collection.CidrCollectionChange.BuilderCidrCollectionChange. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CidrCollectionChange.Builder Modifier and Type Method Description static Class<? extends CidrCollectionChange.Builder>CidrCollectionChange. serializableBuilderClass()
-