public static interface PutProtocolsListResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<PutProtocolsListResponse.Builder,PutProtocolsListResponse>
Modifier and Type | Method and Description |
---|---|
default PutProtocolsListResponse.Builder |
protocolsList(Consumer<ProtocolsListData.Builder> protocolsList)
The details of the AWS Firewall Manager protocols list.
|
PutProtocolsListResponse.Builder |
protocolsList(ProtocolsListData protocolsList)
The details of the AWS Firewall Manager protocols list.
|
PutProtocolsListResponse.Builder |
protocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the protocols list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutProtocolsListResponse.Builder protocolsList(ProtocolsListData protocolsList)
The details of the AWS Firewall Manager protocols list.
protocolsList
- The details of the AWS Firewall Manager protocols list.default PutProtocolsListResponse.Builder protocolsList(Consumer<ProtocolsListData.Builder> protocolsList)
The details of the AWS Firewall Manager protocols list.
This is a convenience 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.Builder
protocolsList(ProtocolsListData)
PutProtocolsListResponse.Builder protocolsListArn(String protocolsListArn)
The Amazon Resource Name (ARN) of the protocols list.
protocolsListArn
- The Amazon Resource Name (ARN) of the protocols list.