Class TrustStoreRevocation.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.TrustStoreRevocation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TrustStoreRevocation>
- Enclosing class:
TrustStoreRevocation
@Stability(Stable)
public static final class TrustStoreRevocation.Builder
extends Object
implements software.amazon.jsii.Builder<TrustStoreRevocation>
A fluent builder for
TrustStoreRevocation
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static TrustStoreRevocation.Builder
revocationContents
(List<? extends RevocationContent> revocationContents) The revocation file to add.trustStore
(ITrustStore trustStore) The trust store.
-
Method Details
-
create
@Stability(Stable) public static TrustStoreRevocation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.- Returns:
- a new instance of
TrustStoreRevocation.Builder
.
-
revocationContents
@Stability(Stable) public TrustStoreRevocation.Builder revocationContents(List<? extends RevocationContent> revocationContents) The revocation file to add.- Parameters:
revocationContents
- The revocation file to add. This parameter is required.- Returns:
this
-
trustStore
The trust store.- Parameters:
trustStore
- The trust store. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<TrustStoreRevocation>
- Returns:
- a newly built instance of
TrustStoreRevocation
.
-