Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static PrefixList.Builder |
PrefixList.builder() |
PrefixList.Builder |
PrefixList.Builder.cidrs(Collection<String> cidrs)
The IP address range of the AWS service.
|
PrefixList.Builder |
PrefixList.Builder.cidrs(String... cidrs)
The IP address range of the AWS service.
|
PrefixList.Builder |
PrefixList.Builder.prefixListId(String prefixListId)
The ID of the prefix.
|
PrefixList.Builder |
PrefixList.Builder.prefixListName(String prefixListName)
The name of the prefix.
|
PrefixList.Builder |
PrefixList.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends PrefixList.Builder> |
PrefixList.serializableBuilderClass() |
Copyright © 2020. All rights reserved.