Interface TagContactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<TagContactRequest.Builder,TagContactRequest>,SdkBuilder<TagContactRequest.Builder,TagContactRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- TagContactRequest
public static interface TagContactRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<TagContactRequest.Builder,TagContactRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagContactRequest.BuildercontactId(String contactId)The identifier of the contact in this instance of Amazon Connect.TagContactRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.TagContactRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagContactRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagContactRequest.Buildertags(Map<String,String> tags)The tags to be assigned to the contact resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
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
-
contactId
TagContactRequest.Builder contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
- Parameters:
contactId- The identifier of the contact in this instance of Amazon Connect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
TagContactRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
TagContactRequest.Builder tags(Map<String,String> tags)
The tags to be assigned to the contact resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Authorization is not supported by this tag.
- Parameters:
tags- The tags to be assigned to the contact resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.Authorization is not supported by this tag.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TagContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TagContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-