public static interface ListContactReferencesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListContactReferencesRequest.Builder,ListContactReferencesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactReferencesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListContactReferencesRequest.Builder contactId(String contactId)
The identifier of the initial contact.
contactId - The identifier of the initial contact.ListContactReferencesRequest.Builder referenceTypesWithStrings(Collection<String> referenceTypes)
The type of reference.
referenceTypes - The type of reference.ListContactReferencesRequest.Builder referenceTypesWithStrings(String... referenceTypes)
The type of reference.
referenceTypes - The type of reference.ListContactReferencesRequest.Builder referenceTypes(Collection<ReferenceType> referenceTypes)
The type of reference.
referenceTypes - The type of reference.ListContactReferencesRequest.Builder referenceTypes(ReferenceType... referenceTypes)
The type of reference.
referenceTypes - The type of reference.ListContactReferencesRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
This is not expected to be set, because the value returned in the previous response is always null.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results. This is not expected to be set, because the value returned in the previous response is always null.
ListContactReferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContactReferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.