Interface CrlDetail.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<CrlDetail.Builder,CrlDetail>
,SdkBuilder<CrlDetail.Builder,CrlDetail>
,SdkPojo
- Enclosing class:
- CrlDetail
public static interface CrlDetail.Builder extends SdkPojo, CopyableBuilder<CrlDetail.Builder,CrlDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CrlDetail.Builder
createdAt(Instant createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.CrlDetail.Builder
crlArn(String crlArn)
The ARN of the certificate revocation list (CRL).CrlDetail.Builder
crlData(SdkBytes crlData)
The state of the certificate revocation list (CRL) after a read or write operation.CrlDetail.Builder
crlId(String crlId)
The unique identifier of the certificate revocation list (CRL).CrlDetail.Builder
enabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.CrlDetail.Builder
name(String name)
The name of the certificate revocation list (CRL).CrlDetail.Builder
trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.CrlDetail.Builder
updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.-
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
-
createdAt
CrlDetail.Builder createdAt(Instant createdAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
- Parameters:
createdAt
- The ISO-8601 timestamp when the certificate revocation list (CRL) was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crlArn
CrlDetail.Builder crlArn(String crlArn)
The ARN of the certificate revocation list (CRL).
- Parameters:
crlArn
- The ARN of the certificate revocation list (CRL).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crlData
CrlDetail.Builder crlData(SdkBytes crlData)
The state of the certificate revocation list (CRL) after a read or write operation.
- Parameters:
crlData
- The state of the certificate revocation list (CRL) after a read or write operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crlId
CrlDetail.Builder crlId(String crlId)
The unique identifier of the certificate revocation list (CRL).
- Parameters:
crlId
- The unique identifier of the certificate revocation list (CRL).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
CrlDetail.Builder enabled(Boolean enabled)
Indicates whether the certificate revocation list (CRL) is enabled.
- Parameters:
enabled
- Indicates whether the certificate revocation list (CRL) is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CrlDetail.Builder name(String name)
The name of the certificate revocation list (CRL).
- Parameters:
name
- The name of the certificate revocation list (CRL).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustAnchorArn
CrlDetail.Builder trustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
- Parameters:
trustAnchorArn
- The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
CrlDetail.Builder updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
- Parameters:
updatedAt
- The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-