public static interface DeleteTlsInspectionConfigurationResponse.Builder extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<DeleteTlsInspectionConfigurationResponse.Builder,DeleteTlsInspectionConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteTlsInspectionConfigurationResponse.Builder |
tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
DeleteTlsInspectionConfigurationResponse.Builder |
tlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTlsInspectionConfigurationResponse.Builder tlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
tlsInspectionConfigurationResponse - The high-level properties of a TLS inspection configuration. This, along with the
TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all
objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.default DeleteTlsInspectionConfigurationResponse.Builder tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration. This, along with the TLSInspectionConfiguration, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
This is a convenience method that creates an instance of theTLSInspectionConfigurationResponse.Builder avoiding the need to create one manually via
TLSInspectionConfigurationResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
tlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse).
tlsInspectionConfigurationResponse - a consumer that will call methods on TLSInspectionConfigurationResponse.BuildertlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse)Copyright © 2023. All rights reserved.