Class TrustStoreReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.elasticloadbalancingv2.TrustStoreReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TrustStoreReference>
- Enclosing interface:
TrustStoreReference
@Stability(Stable)
public static final class TrustStoreReference.Builder
extends Object
implements software.amazon.jsii.Builder<TrustStoreReference>
A builder for
TrustStoreReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.trustStoreArn(String trustStoreArn) Sets the value ofTrustStoreReference.getTrustStoreArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
trustStoreArn
Sets the value ofTrustStoreReference.getTrustStoreArn()- Parameters:
trustStoreArn- The TrustStoreArn of the TrustStore resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TrustStoreReference>- Returns:
- a new instance of
TrustStoreReference - Throws:
NullPointerException- if any required attribute was not provided
-