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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtocolsListDataSummary.BuilderlistArn(String listArn)The Amazon Resource Name (ARN) of the specified protocols list.ProtocolsListDataSummary.BuilderlistId(String listId)The ID of the specified protocols list.ProtocolsListDataSummary.BuilderlistName(String listName)The name of the specified protocols list.ProtocolsListDataSummary.BuilderprotocolsList(String... protocolsList)An array of protocols in the Firewall Manager protocols list.ProtocolsListDataSummary.BuilderprotocolsList(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 Detail
-
listArn
ProtocolsListDataSummary.Builder listArn(String 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
ProtocolsListDataSummary.Builder listId(String 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
ProtocolsListDataSummary.Builder listName(String 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
ProtocolsListDataSummary.Builder protocolsList(Collection<String> 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
ProtocolsListDataSummary.Builder protocolsList(String... 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.
-
-