Class TlsConfig.Builder
java.lang.Object
software.amazon.smithy.aws.apigateway.traits.TlsConfig.Builder
- All Implemented Interfaces:
SmithyBuilder<TlsConfig>
- Enclosing class:
- TlsConfig
Builds a
TlsConfig.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates an immutable object that is created from the properties that have been set on the builder.insecureSkipVerification(Boolean insecureSkipVerification) Sets whether API Gateway skips certificate verification.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceSmithyBuilder<TlsConfig>- Returns:
- an instance of T
-
insecureSkipVerification
Sets whether API Gateway skips certificate verification.- Parameters:
insecureSkipVerification- True to skip verification.- Returns:
- Returns the builder.
-