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