Interface TrustStoreRevocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrustStoreRevocation.Builder,TrustStoreRevocation>,SdkBuilder<TrustStoreRevocation.Builder,TrustStoreRevocation>,SdkPojo
- Enclosing class:
- TrustStoreRevocation
public static interface TrustStoreRevocation.Builder extends SdkPojo, CopyableBuilder<TrustStoreRevocation.Builder,TrustStoreRevocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustStoreRevocation.BuildernumberOfRevokedEntries(Long numberOfRevokedEntries)The number of revoked certificates.TrustStoreRevocation.BuilderrevocationId(Long revocationId)The revocation ID of the revocation file.TrustStoreRevocation.BuilderrevocationType(String revocationType)The type of revocation file.TrustStoreRevocation.BuilderrevocationType(RevocationType revocationType)The type of revocation file.TrustStoreRevocation.BuildertrustStoreArn(String trustStoreArn)The Amazon Resource Name (ARN) of the trust store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
trustStoreArn
TrustStoreRevocation.Builder trustStoreArn(String trustStoreArn)
The Amazon Resource Name (ARN) of the trust store.
- Parameters:
trustStoreArn- The Amazon Resource Name (ARN) of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revocationId
TrustStoreRevocation.Builder revocationId(Long revocationId)
The revocation ID of the revocation file.
- Parameters:
revocationId- The revocation ID of the revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revocationType
TrustStoreRevocation.Builder revocationType(String revocationType)
The type of revocation file.
- Parameters:
revocationType- The type of revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RevocationType,RevocationType
-
revocationType
TrustStoreRevocation.Builder revocationType(RevocationType revocationType)
The type of revocation file.
- Parameters:
revocationType- The type of revocation file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RevocationType,RevocationType
-
numberOfRevokedEntries
TrustStoreRevocation.Builder numberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.
- Parameters:
numberOfRevokedEntries- The number of revoked certificates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-