Interface TLSInspectionConfigurationMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TLSInspectionConfigurationMetadata.Builder,
,TLSInspectionConfigurationMetadata> SdkBuilder<TLSInspectionConfigurationMetadata.Builder,
,TLSInspectionConfigurationMetadata> SdkPojo
- Enclosing class:
TLSInspectionConfigurationMetadata
@Mutable
@NotThreadSafe
public static interface TLSInspectionConfigurationMetadata.Builder
extends SdkPojo, CopyableBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the TLS inspection configuration.The descriptive name of the TLS inspection configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
- Parameters:
name
- The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the TLS inspection configuration.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the TLS inspection configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-