Interface WebsiteCaSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WebsiteCaSummary.Builder,,WebsiteCaSummary> SdkBuilder<WebsiteCaSummary.Builder,,WebsiteCaSummary> SdkPojo
- Enclosing class:
WebsiteCaSummary
public static interface WebsiteCaSummary.Builder
extends SdkPojo, CopyableBuilder<WebsiteCaSummary.Builder,WebsiteCaSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime(Instant createdTime) The time when the CA was added.displayName(String displayName) The name to display.websiteCaId(String websiteCaId) A unique identifier for the CA.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
websiteCaId
A unique identifier for the CA.
- Parameters:
websiteCaId- A unique identifier for the CA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time when the CA was added.
- Parameters:
createdTime- The time when the CA was added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name to display.
- Parameters:
displayName- The name to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-