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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteTlsInspectionConfigurationResponse.BuildertlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)The high-level properties of a TLS inspection configuration.DeleteTlsInspectionConfigurationResponse.BuildertlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse tlsInspectionConfigurationResponse)The high-level properties of a TLS inspection configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
tlsInspectionConfigurationResponse(TLSInspectionConfigurationResponse)
-
-