Interface TLSInspectionConfigurationMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>,SdkBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>,SdkPojo
- Enclosing class:
- TLSInspectionConfigurationMetadata
public static interface TLSInspectionConfigurationMetadata.Builder extends SdkPojo, CopyableBuilder<TLSInspectionConfigurationMetadata.Builder,TLSInspectionConfigurationMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TLSInspectionConfigurationMetadata.Builderarn(String arn)The Amazon Resource Name (ARN) of the TLS inspection configuration.TLSInspectionConfigurationMetadata.Buildername(String name)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 Detail
-
name
TLSInspectionConfigurationMetadata.Builder name(String 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
TLSInspectionConfigurationMetadata.Builder arn(String 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.
-
-