public static interface ProtocolsListData.Builder extends SdkPojo, CopyableBuilder<ProtocolsListData.Builder,ProtocolsListData>
| Modifier and Type | Method and Description |
|---|---|
ProtocolsListData.Builder |
createTime(Instant createTime)
The time that the AWS Firewall Manager protocols list was created.
|
ProtocolsListData.Builder |
lastUpdateTime(Instant lastUpdateTime)
The time that the AWS Firewall Manager protocols list was last updated.
|
ProtocolsListData.Builder |
listId(String listId)
The ID of the AWS Firewall Manager protocols list.
|
ProtocolsListData.Builder |
listName(String listName)
The name of the AWS Firewall Manager protocols list.
|
ProtocolsListData.Builder |
listUpdateToken(String listUpdateToken)
A unique identifier for each update to the list.
|
ProtocolsListData.Builder |
previousProtocolsList(Map<String,? extends Collection<String>> previousProtocolsList)
A map of previous version numbers to their corresponding protocol arrays.
|
ProtocolsListData.Builder |
protocolsList(Collection<String> protocolsList)
An array of protocols in the AWS Firewall Manager protocols list.
|
ProtocolsListData.Builder |
protocolsList(String... protocolsList)
An array of protocols in the AWS Firewall Manager protocols list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtocolsListData.Builder listId(String listId)
The ID of the AWS Firewall Manager protocols list.
listId - The ID of the AWS Firewall Manager protocols list.ProtocolsListData.Builder listName(String listName)
The name of the AWS Firewall Manager protocols list.
listName - The name of the AWS Firewall Manager protocols list.ProtocolsListData.Builder listUpdateToken(String listUpdateToken)
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
listUpdateToken - A unique identifier for each update to the list. When you update the list, the update token must match
the token of the current version of the application list. You can retrieve the update token by getting
the list.ProtocolsListData.Builder createTime(Instant createTime)
The time that the AWS Firewall Manager protocols list was created.
createTime - The time that the AWS Firewall Manager protocols list was created.ProtocolsListData.Builder lastUpdateTime(Instant lastUpdateTime)
The time that the AWS Firewall Manager protocols list was last updated.
lastUpdateTime - The time that the AWS Firewall Manager protocols list was last updated.ProtocolsListData.Builder protocolsList(Collection<String> protocolsList)
An array of protocols in the AWS Firewall Manager protocols list.
protocolsList - An array of protocols in the AWS Firewall Manager protocols list.ProtocolsListData.Builder protocolsList(String... protocolsList)
An array of protocols in the AWS Firewall Manager protocols list.
protocolsList - An array of protocols in the AWS Firewall Manager protocols list.ProtocolsListData.Builder previousProtocolsList(Map<String,? extends Collection<String>> previousProtocolsList)
A map of previous version numbers to their corresponding protocol arrays.
previousProtocolsList - A map of previous version numbers to their corresponding protocol arrays.Copyright © 2020. All rights reserved.