Class TrustStoreRevocationProps.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.TrustStoreRevocationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TrustStoreRevocationProps>
- Enclosing interface:
TrustStoreRevocationProps
@Stability(Stable)
public static final class TrustStoreRevocationProps.Builder
extends Object
implements software.amazon.jsii.Builder<TrustStoreRevocationProps>
A builder for
TrustStoreRevocationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.revocationContents(List<? extends RevocationContent> revocationContents) Sets the value ofTrustStoreRevocationProps.getRevocationContents()trustStore(ITrustStore trustStore) Sets the value ofTrustStoreRevocationProps.getTrustStore()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
revocationContents
@Stability(Stable) public TrustStoreRevocationProps.Builder revocationContents(List<? extends RevocationContent> revocationContents) Sets the value ofTrustStoreRevocationProps.getRevocationContents()- Parameters:
revocationContents- The revocation file to add. This parameter is required.- Returns:
this
-
trustStore
Sets the value ofTrustStoreRevocationProps.getTrustStore()- Parameters:
trustStore- The trust store. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TrustStoreRevocationProps>- Returns:
- a new instance of
TrustStoreRevocationProps - Throws:
NullPointerException- if any required attribute was not provided
-