Interface DeleteTlsInspectionConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteTlsInspectionConfigurationResponse.Builder,,DeleteTlsInspectionConfigurationResponse> NetworkFirewallResponse.Builder,SdkBuilder<DeleteTlsInspectionConfigurationResponse.Builder,,DeleteTlsInspectionConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteTlsInspectionConfigurationResponse
public static interface DeleteTlsInspectionConfigurationResponse.Builder
extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<DeleteTlsInspectionConfigurationResponse.Builder,DeleteTlsInspectionConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiontlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse) The high-level properties of a TLS inspection configuration.tlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse tlsInspectionConfigurationResponse) The high-level properties of a TLS inspection configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
tlsInspectionConfigurationResponse
DeleteTlsInspectionConfigurationResponse.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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tlsInspectionConfigurationResponse
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.Builderavoiding the need to create one manually viaTLSInspectionConfigurationResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse).- Parameters:
 tlsInspectionConfigurationResponse- a consumer that will call methods onTLSInspectionConfigurationResponse.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -