Interface CreateCampaignResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectCampaignsV2Response.Builder
,CopyableBuilder<CreateCampaignResponse.Builder,
,CreateCampaignResponse> SdkBuilder<CreateCampaignResponse.Builder,
,CreateCampaignResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateCampaignResponse
@Mutable
@NotThreadSafe
public static interface CreateCampaignResponse.Builder
extends ConnectCampaignsV2Response.Builder, SdkPojo, CopyableBuilder<CreateCampaignResponse.Builder,CreateCampaignResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Arn property for this object.Sets the value of the Id property for this object.Sets the value of the Tags property for this object.Methods inherited from interface software.amazon.awssdk.services.connectcampaignsv2.model.ConnectCampaignsV2Response.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
tags
Sets the value of the Tags property for this object.- Parameters:
tags
- The new value for the Tags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-