Uses of Interface
software.amazon.awssdk.services.connect.model.UpdatePredefinedAttributeRequest.Builder
-
Packages that use UpdatePredefinedAttributeRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of UpdatePredefinedAttributeRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdatePredefinedAttributeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePredefinedAttributeResponse>ConnectAsyncClient. updatePredefinedAttribute(Consumer<UpdatePredefinedAttributeRequest.Builder> updatePredefinedAttributeRequest)Updates a predefined attribute for the specified Amazon Connect instance.default UpdatePredefinedAttributeResponseConnectClient. updatePredefinedAttribute(Consumer<UpdatePredefinedAttributeRequest.Builder> updatePredefinedAttributeRequest)Updates a predefined attribute for the specified Amazon Connect instance. -
Uses of UpdatePredefinedAttributeRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdatePredefinedAttributeRequest.Builder Modifier and Type Method Description static UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest. builder()UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest.Builder. name(String name)The name of the predefined attribute.UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest. toBuilder()default UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest.Builder. values(Consumer<PredefinedAttributeValues.Builder> values)The values of the predefined attribute.UpdatePredefinedAttributeRequest.BuilderUpdatePredefinedAttributeRequest.Builder. values(PredefinedAttributeValues values)The values of the predefined attribute.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdatePredefinedAttributeRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePredefinedAttributeRequest.Builder>UpdatePredefinedAttributeRequest. serializableBuilderClass()
-