public static interface ListTlsInspectionConfigurationsResponse.Builder extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<ListTlsInspectionConfigurationsResponse.Builder,ListTlsInspectionConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTlsInspectionConfigurationsResponse.Builder |
nextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Network Firewall returns a
NextToken value in the response. |
ListTlsInspectionConfigurationsResponse.Builder |
tlsInspectionConfigurations(Collection<TLSInspectionConfigurationMetadata> tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
ListTlsInspectionConfigurationsResponse.Builder |
tlsInspectionConfigurations(Consumer<TLSInspectionConfigurationMetadata.Builder>... tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
ListTlsInspectionConfigurationsResponse.Builder |
tlsInspectionConfigurations(TLSInspectionConfigurationMetadata... tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTlsInspectionConfigurationsResponse.Builder nextToken(String nextToken)
When you request a list of objects with a MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Network Firewall returns a
NextToken value in the response. To retrieve the next batch of objects, use the token returned
from the prior request in your next request.
nextToken - When you request a list of objects with a MaxResults setting, if the number of objects
that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a
NextToken value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.ListTlsInspectionConfigurationsResponse.Builder tlsInspectionConfigurations(Collection<TLSInspectionConfigurationMetadata> tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined. Depending on your setting for max results and the number of TLS inspection configurations, this might not be the full list.
tlsInspectionConfigurations - The TLS inspection configuration metadata objects that you've defined. Depending on your setting for
max results and the number of TLS inspection configurations, this might not be the full list.ListTlsInspectionConfigurationsResponse.Builder tlsInspectionConfigurations(TLSInspectionConfigurationMetadata... tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined. Depending on your setting for max results and the number of TLS inspection configurations, this might not be the full list.
tlsInspectionConfigurations - The TLS inspection configuration metadata objects that you've defined. Depending on your setting for
max results and the number of TLS inspection configurations, this might not be the full list.ListTlsInspectionConfigurationsResponse.Builder tlsInspectionConfigurations(Consumer<TLSInspectionConfigurationMetadata.Builder>... tlsInspectionConfigurations)
The TLS inspection configuration metadata objects that you've defined. Depending on your setting for max results and the number of TLS inspection configurations, this might not be the full list.
This is a convenience method that creates an instance of theTLSInspectionConfigurationMetadata.Builder
avoiding the need to create one manually via
TLSInspectionConfigurationMetadata.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #tlsInspectionConfigurations(List.
tlsInspectionConfigurations - a consumer that will call methods on
TLSInspectionConfigurationMetadata.Builder#tlsInspectionConfigurations(java.util.Collection) Copyright © 2023. All rights reserved.