Class CfnTrustStoreRevocation.Builder
java.lang.Object
software.amazon.awscdk.services.elasticloadbalancingv2.CfnTrustStoreRevocation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrustStoreRevocation>
- Enclosing class:
CfnTrustStoreRevocation
@Stability(Stable)
public static final class CfnTrustStoreRevocation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrustStoreRevocation>
A fluent builder for
CfnTrustStoreRevocation
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
revocationContents
(List<? extends Object> revocationContents) The revocation file to add.revocationContents
(IResolvable revocationContents) The revocation file to add.trustStoreArn
(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.
-
Method Details
-
create
@Stability(Stable) public static CfnTrustStoreRevocation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTrustStoreRevocation.Builder
.
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocation.Builder revocationContents(IResolvable revocationContents) The revocation file to add.- Parameters:
revocationContents
- The revocation file to add. This parameter is required.- Returns:
this
- See Also:
-
revocationContents
@Stability(Stable) public CfnTrustStoreRevocation.Builder revocationContents(List<? extends Object> revocationContents) The revocation file to add.- Parameters:
revocationContents
- The revocation file to add. This parameter is required.- Returns:
this
- See Also:
-
trustStoreArn
The Amazon Resource Name (ARN) of the trust store.- Parameters:
trustStoreArn
- The Amazon Resource Name (ARN) of the trust store. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTrustStoreRevocation>
- Returns:
- a newly built instance of
CfnTrustStoreRevocation
.
-