Uses of Interface
software.amazon.awssdk.services.qconnect.model.SystemAttributes.Builder
-
Packages that use SystemAttributes.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SystemAttributes.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return SystemAttributes.Builder Modifier and Type Method Description static SystemAttributes.BuilderSystemAttributes. builder()default SystemAttributes.BuilderSystemAttributes.Builder. customerEndpoint(Consumer<SystemEndpointAttributes.Builder> customerEndpoint)The CustomerEndpoint attribute.SystemAttributes.BuilderSystemAttributes.Builder. customerEndpoint(SystemEndpointAttributes customerEndpoint)The CustomerEndpoint attribute.SystemAttributes.BuilderSystemAttributes.Builder. name(String name)The name of the task.default SystemAttributes.BuilderSystemAttributes.Builder. systemEndpoint(Consumer<SystemEndpointAttributes.Builder> systemEndpoint)The SystemEndpoint attribute.SystemAttributes.BuilderSystemAttributes.Builder. systemEndpoint(SystemEndpointAttributes systemEndpoint)The SystemEndpoint attribute.SystemAttributes.BuilderSystemAttributes. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type SystemAttributes.Builder Modifier and Type Method Description static Class<? extends SystemAttributes.Builder>SystemAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type SystemAttributes.Builder Modifier and Type Method Description default MessageTemplateAttributes.BuilderMessageTemplateAttributes.Builder. systemAttributes(Consumer<SystemAttributes.Builder> systemAttributes)The system attributes that are used with the message template.
-