Interface CampaignSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CampaignSummary.Builder,
,CampaignSummary> SdkBuilder<CampaignSummary.Builder,
,CampaignSummary> SdkPojo
- Enclosing class:
CampaignSummary
@Mutable
@NotThreadSafe
public static interface CampaignSummary.Builder
extends SdkPojo, CopyableBuilder<CampaignSummary.Builder,CampaignSummary>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Arn property for this object.connectInstanceId
(String connectInstanceId) Sets the value of the ConnectInstanceId property for this object.Sets the value of the Id property for this object.Sets the value of the Name property for this object.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
-
id
Sets the value of the Id property for this object.- Parameters:
id
- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Sets the value of the Arn property for this object.- Parameters:
arn
- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectInstanceId
Sets the value of the ConnectInstanceId property for this object.- Parameters:
connectInstanceId
- The new value for the ConnectInstanceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-