Interface UntagContactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UntagContactRequest.Builder,UntagContactRequest>,SdkBuilder<UntagContactRequest.Builder,UntagContactRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagContactRequest
public static interface UntagContactRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UntagContactRequest.Builder,UntagContactRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagContactRequest.BuildercontactId(String contactId)The identifier of the contact in this instance of Amazon Connect.UntagContactRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.UntagContactRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagContactRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagContactRequest.BuildertagKeys(String... tagKeys)A list of tag keys.UntagContactRequest.BuildertagKeys(Collection<String> tagKeys)A list of tag keys.-
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
UntagContactRequest.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
UntagContactRequest.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.
-
tagKeys
UntagContactRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
- Parameters:
tagKeys- A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
UntagContactRequest.Builder tagKeys(String... tagKeys)
A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
- Parameters:
tagKeys- A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-