public static interface GetProtocolsListResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<GetProtocolsListResponse.Builder,GetProtocolsListResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetProtocolsListResponse.Builder |
protocolsList(Consumer<ProtocolsListData.Builder> protocolsList)
Information about the specified Firewall Manager protocols list.
|
GetProtocolsListResponse.Builder |
protocolsList(ProtocolsListData protocolsList)
Information about the specified Firewall Manager protocols list.
|
GetProtocolsListResponse.Builder |
protocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the specified protocols list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProtocolsListResponse.Builder protocolsList(ProtocolsListData protocolsList)
Information about the specified Firewall Manager protocols list.
protocolsList - Information about the specified Firewall Manager protocols list.default GetProtocolsListResponse.Builder protocolsList(Consumer<ProtocolsListData.Builder> protocolsList)
Information about the specified Firewall Manager protocols list.
This is a convenience method that creates an instance of theProtocolsListData.Builder avoiding the
need to create one manually via ProtocolsListData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to protocolsList(ProtocolsListData).protocolsList - a consumer that will call methods on ProtocolsListData.BuilderprotocolsList(ProtocolsListData)GetProtocolsListResponse.Builder protocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the specified protocols list.
protocolsListArn - The Amazon Resource Name (ARN) of the specified protocols list.Copyright © 2022. All rights reserved.