Interface ContactDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactDetails.Builder,
,ContactDetails> SdkBuilder<ContactDetails.Builder,
,ContactDetails> SdkPojo
- Enclosing class:
ContactDetails
@Mutable
@NotThreadSafe
public static interface ContactDetails.Builder
extends SdkPojo, CopyableBuilder<ContactDetails.Builder,ContactDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Teh description of the contact details.The name of the contact details.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 Details
-
name
The name of the contact details.
- Parameters:
name
- The name of the contact details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Teh description of the contact details.
- Parameters:
description
- Teh description of the contact details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-