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 SummaryConstructors
- 
Method SummaryModifier 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- 
Builderpublic 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
 
- 
trustStoreSets the value ofTrustStoreRevocationProps.getTrustStore()- Parameters:
- trustStore- The trust store. This parameter is required.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<TrustStoreRevocationProps>
- Returns:
- a new instance of TrustStoreRevocationProps
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-