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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebsiteCaSummary.BuildercreatedTime(Instant createdTime)The time when the CA was added.WebsiteCaSummary.BuilderdisplayName(String displayName)The name to display.WebsiteCaSummary.BuilderwebsiteCaId(String websiteCaId)A unique identifier for the CA.-
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
-
websiteCaId
WebsiteCaSummary.Builder websiteCaId(String 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
WebsiteCaSummary.Builder createdTime(Instant 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
WebsiteCaSummary.Builder displayName(String 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.
-
-