Interface ProtocolsListDataSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtocolsListDataSummary.Builder,
,ProtocolsListDataSummary> SdkBuilder<ProtocolsListDataSummary.Builder,
,ProtocolsListDataSummary> SdkPojo
- Enclosing class:
ProtocolsListDataSummary
public static interface ProtocolsListDataSummary.Builder
extends SdkPojo, CopyableBuilder<ProtocolsListDataSummary.Builder,ProtocolsListDataSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the specified protocols list.The ID of the specified protocols list.The name of the specified protocols list.protocolsList
(String... protocolsList) An array of protocols in the Firewall Manager protocols list.protocolsList
(Collection<String> protocolsList) An array of protocols in the Firewall Manager protocols list.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, sdkFields
-
Method Details
-
listArn
The Amazon Resource Name (ARN) of the specified protocols list.
- Parameters:
listArn
- The Amazon Resource Name (ARN) of the specified protocols list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listId
The ID of the specified protocols list.
- Parameters:
listId
- The ID of the specified protocols list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listName
The name of the specified protocols list.
- Parameters:
listName
- The name of the specified protocols list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolsList
An array of protocols in the Firewall Manager protocols list.
- Parameters:
protocolsList
- An array of protocols in the Firewall Manager protocols list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocolsList
An array of protocols in the Firewall Manager protocols list.
- Parameters:
protocolsList
- An array of protocols in the Firewall Manager protocols list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-