Interface DescribeTrustStoreRevocation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DescribeTrustStoreRevocation.Builder,DescribeTrustStoreRevocation>
,SdkBuilder<DescribeTrustStoreRevocation.Builder,DescribeTrustStoreRevocation>
,SdkPojo
- Enclosing class:
- DescribeTrustStoreRevocation
public static interface DescribeTrustStoreRevocation.Builder extends SdkPojo, CopyableBuilder<DescribeTrustStoreRevocation.Builder,DescribeTrustStoreRevocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTrustStoreRevocation.Builder
numberOfRevokedEntries(Long numberOfRevokedEntries)
The number of revoked certificates.DescribeTrustStoreRevocation.Builder
revocationId(Long revocationId)
The revocation ID of a revocation file in use.DescribeTrustStoreRevocation.Builder
revocationType(String revocationType)
The type of revocation file.DescribeTrustStoreRevocation.Builder
revocationType(RevocationType revocationType)
The type of revocation file.DescribeTrustStoreRevocation.Builder
trustStoreArn(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
trustStoreArn
DescribeTrustStoreRevocation.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
DescribeTrustStoreRevocation.Builder revocationId(Long revocationId)
The revocation ID of a revocation file in use.
- Parameters:
revocationId
- The revocation ID of a revocation file in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revocationType
DescribeTrustStoreRevocation.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
DescribeTrustStoreRevocation.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
DescribeTrustStoreRevocation.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.
-
-